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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c138 static int recvit(struct proc *, int, struct user_msghdr *, uio_t, user_addr_t,
1110 recvit(struct proc *p, int s, struct user_msghdr *mp, uio_t uiop, function
1301 * recvit:???
1309 * For full documentation of the return codes from recvit, see
1310 * the block header for the recvit function.
1346 /* no need to set up msg_iov. recvit uses uio_t we send it */
1352 error = recvit(p, uap->s, &msg, auio, uap->fromlenaddr, retval);
1404 * recvit:???
1406 * Notes: For full documentation of the return codes from recvit, see
1407 * the block header for the recvit functio
[all...]

Completed in 19 milliseconds