Home
last modified time | relevance | path

Searched refs:msg32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iicbus/
H A Diic.c324 struct iic_msg32 msg32; in iic_copyinmsgs32() local
330 error = copyin(&m32[i], &msg32, sizeof(msg32)); in iic_copyinmsgs32()
333 CP(msg32, buf[i], slave); in iic_copyinmsgs32()
334 CP(msg32, buf[i], flags); in iic_copyinmsgs32()
335 CP(msg32, buf[i], len); in iic_copyinmsgs32()
336 PTRIN_CP(msg32, buf[i], buf); in iic_copyinmsgs32()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1315 freebsd32_copyinmsghdr(const struct msghdr32 *msg32, struct msghdr *msg) in freebsd32_copyinmsghdr() argument
1320 error = copyin(msg32, &m32, sizeof(m32)); in freebsd32_copyinmsghdr()
1334 freebsd32_copyoutmsghdr(struct msghdr *msg, struct msghdr32 *msg32) in freebsd32_copyoutmsghdr() argument
1346 error = copyout(&m32, msg32, sizeof(m32)); in freebsd32_copyoutmsghdr()