Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Duipc_syscalls.c173 static struct recv_msg_elem *alloc_recv_msg_array(u_int count);
2276 recv_msg_array = alloc_recv_msg_array(uap->cnt); in recvmsg_x()
3233 alloc_recv_msg_array(u_int count) in alloc_recv_msg_array() function