Home
last modified time | relevance | path

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

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