Searched refs:fo_drain (Results 1 – 14 of 14) sorted by relevance
| /xnu-11215.81.4/bsd/sys/ |
| H A D | file_internal.h | 175 int (*fo_drain) (struct fileproc *fp, vfs_context_t ctx); member 522 int fo_drain(struct fileproc *fp, vfs_context_t ctx);
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | sys_socket.c | 107 .fo_drain = soo_drain,
|
| H A D | posix_shm.c | 201 .fo_drain = fo_no_drain,
|
| H A D | posix_sem.c | 179 .fo_drain = fo_no_drain,
|
| H A D | sys_pipe.c | 191 .fo_drain = pipe_drain,
|
| H A D | kern_descrip.c | 1656 fo_drain(fp, &context); in fileproc_drain() 6169 fo_drain(struct fileproc *fp, vfs_context_t ctx) in fo_drain() function 6171 return (*fp->f_ops->fo_drain)(fp, ctx); in fo_drain()
|
| H A D | kern_event.c | 169 .fo_drain = kqueue_drain,
|
| /xnu-11215.81.4/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 132 .fo_drain = NULL,
|
| /xnu-11215.81.4/bsd/skywalk/nexus/ |
| H A D | nexus_syscalls.c | 49 .fo_drain = fo_no_drain,
|
| /xnu-11215.81.4/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 51 .fo_drain = fo_no_drain,
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_vnops.c | 138 .fo_drain = fo_no_drain,
|
| H A D | vfs_fsevents.c | 2759 .fo_drain = fseventsf_drain,
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | necp_client.c | 384 .fo_drain = fo_no_drain,
|
| H A D | necp.c | 991 .fo_drain = fo_no_drain,
|