Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_syscalls.c2488 recv_msg_elem_ptr_t recv_msg_array = NULL; in recvmsg_x_array() local
2525 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x_array()
2526 if (recv_msg_array == NULL) { in recvmsg_x_array()
2545 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2554 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x_array()
2583 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2591 recv_msg_elem = recv_msg_array + i; in recvmsg_x_array()
2628 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2640 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2654 free_recv_msg_array(recv_msg_array, uap->cnt); in recvmsg_x_array()
[all …]