Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/kern/
H A Duipc_syscalls.c2693 recv_msg_elem_ptr_t recv_msg_array = NULL; in recvmsg_x_array() local
2730 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x_array()
2731 if (recv_msg_array == NULL) { in recvmsg_x_array()
2750 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2759 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x_array()
2788 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2796 recv_msg_elem = recv_msg_array + i; in recvmsg_x_array()
2833 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2845 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2859 free_recv_msg_array(recv_msg_array, uap->cnt); in recvmsg_x_array()
[all …]