Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dfile_internal.h171 int (*fo_select) (struct fileproc *fp, int which, member
520 int fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx);
/xnu-12377.61.12/bsd/kern/
H A Dsys_socket.c105 .fo_select = soo_select,
H A Dposix_shm.c199 .fo_select = fo_no_select,
H A Dposix_sem.c218 .fo_select = fo_no_select,
H A Dsys_pipe.c189 .fo_select = pipe_select,
H A Dkern_descrip.c6162 fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) in fo_select() function
6164 return (*fp->f_ops->fo_select)(fp, which, wql, ctx); in fo_select()
H A Dsys_generic.c1656 if (fo_select(fp, flag[msk], s_data, &context)) { in selscan()
H A Dkern_event.c167 .fo_select = kqueue_select,
/xnu-12377.61.12/bsd/miscfs/fifofs/
H A Dfifo_vnops.c130 .fo_select = NULL,
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_syscalls.c47 .fo_select = fo_no_select,
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel_syscalls.c51 .fo_select = chop_select,
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_vnops.c136 .fo_select = vn_select,
H A Dvfs_fsevents.c2756 .fo_select = fseventsf_select,
/xnu-12377.61.12/bsd/net/
H A Dnecp_client.c391 .fo_select = necpop_select,
H A Dnecp.c992 .fo_select = fo_no_select,