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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h153 int (*fo_select) (struct fileproc *fp, int which, member in struct:fileglob::fileops
186 int fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c4473 * fo_select
4487 fo_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) function
4489 return((*fp->f_ops->fo_select)(fp, which, wql, ctx));
H A Dsys_generic.c1313 && fo_select(fp, flag[msk], wql_ptr, &context)) {
1361 && fo_select(fp, flag[msk], wql_ptr, &context))) {

Completed in 18 milliseconds