Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Duipc_syscalls.c1284 sendit(proc_ref_t p, struct socket *so, user_msghdr_ref_t mp, uio_t uiop, in sendit() argument
1342 len = uio_resid(uiop); in sendit()
1343 error = so->so_proto->pr_usrreqs->pru_sosend(so, to, uiop, 0, in sendit()
1346 if (uio_resid(uiop) != len && (error == ERESTART || in sendit()
1357 *retval = (int)(len - uio_resid(uiop)); in sendit()
1582 uio_ref_ptr_t uiop = NULL; in sendmsg_x() local
1634 uiop = kalloc_type(uio_ref_t, uap->cnt, Z_WAITOK | Z_ZERO); in sendmsg_x()
1635 if (uiop == NULL) { in sendmsg_x()
1654 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x()
1663 if (uio_array_is_valid(uiop, uap->cnt) == false) { in sendmsg_x()
[all …]