Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfile_internal.h172 int (*fo_select) (struct fileproc *fp, int which, member
499 int fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx);
/xnu-8792.61.2/bsd/kern/
H A Dsys_socket.c105 .fo_select = soo_select,
H A Dposix_shm.c197 .fo_select = fo_no_select,
H A Dposix_sem.c177 .fo_select = fo_no_select,
H A Dsys_pipe.c189 .fo_select = pipe_select,
H A Dkern_descrip.c6032 fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) in fo_select() function
6034 return (*fp->f_ops->fo_select)(fp, which, wql, ctx); in fo_select()
H A Dsys_generic.c1663 if (fo_select(fp, flag[msk], s_data, &context)) { in selscan()
H A Dkern_event.c156 .fo_select = kqueue_select,
/xnu-8792.61.2/bsd/miscfs/fifofs/
H A Dfifo_vnops.c130 .fo_select = NULL,
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus_syscalls.c47 .fo_select = fo_no_select,
/xnu-8792.61.2/bsd/skywalk/channel/
H A Dchannel_syscalls.c49 .fo_select = chop_select,
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_vnops.c140 .fo_select = vn_select,
H A Dvfs_fsevents.c2631 .fo_select = fseventsf_select,
/xnu-8792.61.2/bsd/net/
H A Dnecp_client.c373 .fo_select = necpop_select,
H A Dnecp.c771 .fo_select = fo_no_select,