Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Duipc_syscalls.c1279 sendit(proc_ref_t p, struct socket *so, user_msghdr_ref_t mp, uio_t uiop, in sendit() argument
1337 len = uio_resid(uiop); in sendit()
1338 error = so->so_proto->pr_usrreqs->pru_sosend(so, to, uiop, 0, in sendit()
1341 if (uio_resid(uiop) != len && (error == ERESTART || in sendit()
1352 *retval = (int)(len - uio_resid(uiop)); in sendit()
1577 uio_ref_ptr_t uiop = NULL; in sendmsg_x() local
1629 uiop = kalloc_type(uio_ref_t, uap->cnt, Z_WAITOK | Z_ZERO); in sendmsg_x()
1630 if (uiop == NULL) { in sendmsg_x()
1649 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x()
1658 if (uio_array_is_valid(uiop, uap->cnt) == false) { in sendmsg_x()
[all …]