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

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h157 int (*fo_select) (struct fileproc *fp, int which, member in struct:fileglob::fileops
187 int fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c5282 * fo_select
5296 fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) function
5298 return((*fp->f_ops->fo_select)(fp, which, wql, ctx));
H A Dkern_event.c131 .fo_select = kqueue_select,
H A Dsys_generic.c1390 && fo_select(fp, flag[msk], wql_ptr, &context)) {

Completed in 26 milliseconds