Searched refs:fo_select (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h178 int (*fo_select) (struct fileproc *fp, int which, member in struct:fileglob::fileops
210 int fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx);
/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c5672 * fo_select
5686 fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) function
5688 return((*fp->f_ops->fo_select)(fp, which, wql, ctx));
H A Dkern_event.c137 .fo_select = kqueue_select,
H A Dsys_generic.c1378 && fo_select(fp, flag[msk], wql_ptr, &context)) {

Completed in 106 milliseconds