Searched refs:VNOP_SELECT (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty_tty.c | 247 error = VNOP_SELECT(ttyvp, flag, FREAD | FWRITE, wql, &context); in cttyselect()
|
| H A D | tty.c | 3534 selres = VNOP_SELECT(vp, knote_get_seltype(kn) | FMARK, 0, block, ctx); in filt_ttyattach()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 558 extern errno_t VNOP_SELECT(vnode_t, int, int, void *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 1851 error = VNOP_SELECT(vp, which, fp->fp_glob->fg_flag, wql, ctx); in vn_select()
|
| H A D | kpi_vfs.c | 4105 VNOP_SELECT(vnode_t vp, int which, int fflags, void * wql, vfs_context_t ctx) in VNOP_SELECT() function
|
| /xnu-12377.41.6/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 3046 selret = VNOP_SELECT(vp, knote_get_seltype(kn), 0, cb, ctx); in filt_spec_common()
|