Searched refs:recvit (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Duipc_syscalls.c135 static int recvit(struct proc *, int, struct user_msghdr *, uio_t, user_addr_t,
1351 recvit(struct proc *p, int s, struct user_msghdr *mp, uio_t uiop, function
1544 * recvit:???
1552 * For full documentation of the return codes from recvit, see
1553 * the block header for the recvit function.
1589 /* no need to set up msg_iov. recvit uses uio_t we send it */
1595 error = recvit(p, uap->s, &msg, auio, uap->fromlenaddr, retval);
1611 * recvit:???
1613 * Notes: For full documentation of the return codes from recvit, see
1614 * the block header for the recvit functio
[all...]

Completed in 19 milliseconds