Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/kern/
H A Duipc_syscalls.c2478 recv_msg_elem_ptr_t recv_msg_array = NULL; in recvmsg_x_array() local
2515 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x_array()
2516 if (recv_msg_array == NULL) { in recvmsg_x_array()
2535 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x_array()
2544 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x_array()
2573 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2581 recv_msg_elem = recv_msg_array + i; in recvmsg_x_array()
2618 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x_array()
2630 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x_array()
2644 free_recv_msg_array(recv_msg_array, uap->cnt); in recvmsg_x_array()
[all …]