Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Duipc_syscalls.c2487 recv_msg_elem_ptr_t recv_msg_array = NULL; in recvmsg_x_array() local
2524 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x_array()
2525 if (recv_msg_array == NULL) { in recvmsg_x_array()
2544 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2553 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x_array()
2582 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2590 recv_msg_elem = recv_msg_array + i; in recvmsg_x_array()
2627 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2639 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2653 free_recv_msg_array(recv_msg_array, uap->cnt); in recvmsg_x_array()
[all …]