Home
last modified time | relevance | path

Searched refs:VNOP_SELECT (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dtty_tty.c247 error = VNOP_SELECT(ttyvp, flag, FREAD | FWRITE, wql, &context); in cttyselect()
H A Dtty.c3534 selres = VNOP_SELECT(vp, knote_get_seltype(kn) | FMARK, 0, block, ctx); in filt_ttyattach()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h558 extern errno_t VNOP_SELECT(vnode_t, int, int, void *, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c1851 error = VNOP_SELECT(vp, which, fp->fp_glob->fg_flag, wql, ctx); in vn_select()
H A Dkpi_vfs.c4105 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 Dspec_vnops.c3046 selret = VNOP_SELECT(vp, knote_get_seltype(kn), 0, cb, ctx); in filt_spec_common()