Home
last modified time | relevance | path

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

/netbsd/sys/miscfs/specfs/
H A Dspecdev.h131 int spec_pathconf(void *);
207 { &vop_pathconf_desc, spec_pathconf }, /* pathconf */ \
H A Dspec_vnops.c174 { &vop_pathconf_desc, spec_pathconf }, /* pathconf */
1802 spec_pathconf(void *v) in spec_pathconf() function