Home
last modified time | relevance | path

Searched refs:fo_drain (Results 1 – 14 of 14) sorted by relevance

/xnu-8020.101.4/bsd/sys/ !
H A Dfile_internal.h175 int (*fo_drain) (struct fileproc *fp, vfs_context_t ctx); member
500 int fo_drain(struct fileproc *fp, vfs_context_t ctx);
/xnu-8020.101.4/bsd/kern/ !
H A Dsys_socket.c107 .fo_drain = soo_drain,
H A Dposix_shm.c199 .fo_drain = fo_no_drain,
H A Dposix_sem.c179 .fo_drain = fo_no_drain,
H A Dkern_descrip.c1568 fo_drain(fp, &context); in fileproc_drain()
5774 fo_drain(struct fileproc *fp, vfs_context_t ctx) in fo_drain() function
5776 return (*fp->f_ops->fo_drain)(fp, ctx); in fo_drain()
H A Dsys_pipe.c191 .fo_drain = pipe_drain,
H A Dkern_event.c158 .fo_drain = kqueue_drain,
/xnu-8020.101.4/bsd/miscfs/fifofs/ !
H A Dfifo_vnops.c132 .fo_drain = NULL,
/xnu-8020.101.4/bsd/skywalk/nexus/ !
H A Dnexus_syscalls.c48 .fo_drain = fo_no_drain,
/xnu-8020.101.4/bsd/skywalk/channel/ !
H A Dchannel_syscalls.c51 .fo_drain = fo_no_drain,
/xnu-8020.101.4/bsd/vfs/ !
H A Dvfs_vnops.c141 .fo_drain = fo_no_drain,
H A Dvfs_fsevents.c2362 .fo_drain = fseventsf_drain,
/xnu-8020.101.4/bsd/net/ !
H A Dnecp_client.c371 .fo_drain = fo_no_drain,
H A Dnecp.c764 .fo_drain = fo_no_drain,