Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_syscalls.c1244 sendit(struct proc *p, struct socket *so, struct user_msghdr *mp, uio_t uiop, in sendit() argument
1302 len = uio_resid(uiop); in sendit()
1303 error = so->so_proto->pr_usrreqs->pru_sosend(so, to, uiop, 0, in sendit()
1306 if (uio_resid(uiop) != len && (error == ERESTART || in sendit()
1317 *retval = (int)(len - uio_resid(uiop)); in sendit()
1542 struct uio **uiop = NULL; in sendmsg_x() local
1594 uiop = kalloc_type(struct uio *, uap->cnt, Z_WAITOK | Z_ZERO); in sendmsg_x()
1595 if (uiop == NULL) { in sendmsg_x()
1614 UIO_WRITE, uap->cnt, user_msg_x, uiop); in sendmsg_x()
1623 if (uio_array_is_valid(uiop, uap->cnt) == false) { in sendmsg_x()
[all …]