Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dsocketvar.h899 extern struct socket *soalloc(int waitok, int dom, int type);
/xnu-8792.41.9/security/
H A Dmac_framework.h374 int mac_socket_label_init(struct socket *, int waitok) __result_use_check;
/xnu-8792.41.9/bsd/kern/
H A Duipc_socket.c593 soalloc(int waitok, int dom, int type) in soalloc() argument
595 zalloc_flags_t how = waitok ? Z_WAITOK : Z_NOWAIT; in soalloc()