Home
last modified time | relevance | path

Searched refs:spec_select (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/miscfs/specfs/
H A Dspecdev.h156 int spec_select(struct vnop_select_args *);
H A Dspec_vnops.c149 { .opve_op = &vnop_select_desc, .opve_impl = (VOPFUNC)spec_select }, /* select */
865 spec_select(struct vnop_select_args *ap) in spec_select() function
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1647 { .opve_op = &vnop_select_desc, .opve_impl = (VOPFUNC)spec_select }, /* select */