Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_syscalls.c1310 sendit(proc_ref_t p, struct socket *so, user_msghdr_ref_t mp, uio_t uiop, in sendit() argument
1368 len = uio_resid(uiop); in sendit()
1369 error = so->so_proto->pr_usrreqs->pru_sosend(so, to, uiop, 0, in sendit()
1372 if (uio_resid(uiop) != len && (error == ERESTART || in sendit()
1383 *retval = (int)(len - uio_resid(uiop)); in sendit()
1609 uio_ref_ptr_t uiop = NULL; in sendmsg_x_old() local
1661 uiop = kalloc_type(uio_ref_t, uap->cnt, Z_WAITOK | Z_ZERO); in sendmsg_x_old()
1662 if (uiop == NULL) { in sendmsg_x_old()
1681 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x_old()
1690 if (uio_array_is_valid(uiop, uap->cnt) == false) { in sendmsg_x_old()
[all …]