Lines Matching defs:mmsg
741 syscallarg(struct mmsghdr *) mmsg;
745 struct mmsghdr mmsg;
748 struct msghdr *msg = &mmsg.msg_hdr;
763 error = copyin(SCARG(uap, mmsg) + dg, &mmsg, sizeof(mmsg));
774 mmsg.msg_len = *retval;
775 error = copyout(&mmsg, SCARG(uap, mmsg) + dg, sizeof(mmsg));
1002 syscallarg(struct mmsghdr *) mmsg;
1007 struct mmsghdr mmsg;
1009 struct msghdr *msg = &mmsg.msg_hdr;
1051 error = copyin(SCARG(uap, mmsg) + dg, &mmsg, sizeof(mmsg));
1081 mmsg.msg_len = *retval;
1083 error = copyout(&mmsg, SCARG(uap, mmsg) + dg, sizeof(mmsg));