Searched refs:uiop (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_syscalls.c | 1244 sendit(struct proc *p, struct socket *so, struct user_msghdr *mp, uio_t uiop, in sendit() argument 1298 len = uio_resid(uiop); in sendit() 1299 error = so->so_proto->pr_usrreqs->pru_sosend(so, to, uiop, 0, in sendit() 1302 if (uio_resid(uiop) != len && (error == ERESTART || in sendit() 1313 *retval = (int)(len - uio_resid(uiop)); in sendit() 1538 struct uio **uiop = NULL; in sendmsg_x() local 1590 uiop = kalloc_type(struct uio *, uap->cnt, Z_WAITOK | Z_ZERO); in sendmsg_x() 1591 if (uiop == NULL) { in sendmsg_x() 1610 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x() 1619 if (uio_array_is_valid(uiop, uap->cnt) == false) { in sendmsg_x() [all …]
|