Home
last modified time | relevance | path

Searched refs:err_select (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_support.h95 extern int err_select(struct vnop_select_args *ap);
H A Dvfs_support.c301 err_select(__unused struct vnop_select_args *ap) in err_select() function
/xnu-12377.1.9/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c423 { .opve_op = &vnop_select_desc, .opve_impl = (VOPFUNC) err_select }, /* select */
/xnu-12377.1.9/bsd/miscfs/routefs/
H A Droutefs_ops.c521 { .opve_op = &vnop_select_desc, .opve_impl = (VOPFUNC)err_select }, /* select */
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1636 { .opve_op = &vnop_select_desc, .opve_impl = (VOPFUNC)err_select }, /* select */