Lines Matching refs:mmsg
740 syscallarg(struct mmsghdr *) mmsg;
744 struct mmsghdr mmsg;
747 struct msghdr *msg = &mmsg.msg_hdr;
762 error = copyin(SCARG(uap, mmsg) + dg, &mmsg, sizeof(mmsg));
773 mmsg.msg_len = *retval;
774 error = copyout(&mmsg, SCARG(uap, mmsg) + dg, sizeof(mmsg));
1001 syscallarg(struct mmsghdr *) mmsg;
1006 struct mmsghdr mmsg;
1008 struct msghdr *msg = &mmsg.msg_hdr;
1050 error = copyin(SCARG(uap, mmsg) + dg, &mmsg, sizeof(mmsg));
1080 mmsg.msg_len = *retval;
1082 error = copyout(&mmsg, SCARG(uap, mmsg) + dg, sizeof(mmsg));