Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_socket.c105 .fo_select = soo_select,
301 soo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) in soo_select() function
/xnu-8019.80.24/bsd/miscfs/fifofs/
H A Dfifo_vnops.c440 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context); in fifo_select()
447 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context); in fifo_select()
/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h944 extern int soo_select(struct fileproc *, int, void *, vfs_context_t);