Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Duipc_syscalls.c2268 recv_msg_elem_ptr_t recv_msg_array = NULL; in recvmsg_x() local
2317 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x()
2318 if (recv_msg_array == NULL) { in recvmsg_x()
2337 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x()
2346 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x()
2375 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x()
2381 recv_msg_array, uap->cnt, &uap->flags); in recvmsg_x()
2391 recv_msg_elem = recv_msg_array + i; in recvmsg_x()
2429 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x()
2441 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x()
[all …]
H A Duipc_socket2.c2159 struct recv_msg_elem *recv_msg_array, u_int uiocnt, int *flagsp) in pru_soreceive_list_notsupp() argument
2161 #pragma unused(so, recv_msg_array, uiocnt, flagsp) in pru_soreceive_list_notsupp()