Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:mmsg32

267 	struct netbsd32_mmsghdr mmsg32, *mmsg32p = SCARG_P32(uap, mmsg);
268 struct netbsd32_msghdr *msg32 = &mmsg32.msg_hdr;
311 error = copyin(mmsg32p + dg, &mmsg32, sizeof(mmsg32));
338 mmsg32.msg_len = *retval;
340 error = copyout(&mmsg32, mmsg32p + dg, sizeof(mmsg32));
566 struct netbsd32_mmsghdr mmsg32, *mmsg32p = SCARG_P32(uap, mmsg);
567 struct netbsd32_msghdr *msg32 = &mmsg32.msg_hdr;
586 error = copyin(mmsg32p + dg, &mmsg32, sizeof(mmsg32));
604 netbsd32_from_mmsghdr(&mmsg32, &mmsg);
605 error = copyout(&mmsg32, mmsg32p + dg, sizeof(mmsg32));