Searched refs:fo_drain (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h183 int (*fo_drain) (struct fileproc *fp, vfs_context_t ctx); member in struct:fileglob::fileops
/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c5025 if (fp->f_fglob->fg_ops->fo_drain) {
5026 (*fp->f_fglob->fg_ops->fo_drain)(fp, &context);
H A Dkern_event.c140 .fo_drain = kqueue_drain,

Completed in 80 milliseconds