Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/specfs/
H A Dspecdev.h174 int spec_pathconf(struct vnop_pathconf_args *);
H A Dspec_vnops.c164 …{ .opve_op = &vnop_pathconf_desc, .opve_impl = (VOPFUNC)spec_pathconf }, /* pathcon…
2902 spec_pathconf(struct vnop_pathconf_args *ap) in spec_pathconf() function
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1662 …{ .opve_op = &vnop_pathconf_desc, .opve_impl = (VOPFUNC)spec_pathconf }, /* pathcon…