Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Duipc_syscalls.c2227 struct recv_msg_elem *recv_msg_array = NULL; in recvmsg_x() local
2276 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x()
2277 if (recv_msg_array == NULL) { in recvmsg_x()
2296 UIO_READ, uap->cnt, user_msg_x, recv_msg_array); in recvmsg_x()
2305 if (recv_msg_array_is_valid(recv_msg_array, uap->cnt) == 0) { in recvmsg_x()
2334 len_before = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x()
2340 recv_msg_array, uap->cnt, &uap->flags); in recvmsg_x()
2350 recv_msg_elem = recv_msg_array + i; in recvmsg_x()
2388 len_after = recv_msg_array_resid(recv_msg_array, uap->cnt); in recvmsg_x()
2400 uap->cnt, user_msg_x, recv_msg_array, &error); in recvmsg_x()
[all …]
H A Duipc_socket2.c2157 struct recv_msg_elem *recv_msg_array, u_int uiocnt, int *flagsp) in pru_soreceive_list_notsupp() argument
2159 #pragma unused(so, recv_msg_array, uiocnt, flagsp) in pru_soreceive_list_notsupp()