Searched refs:CTL_VFS (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_mib.c140 SYSCTL_NODE(, CTL_VFS, vfs, CTLFLAG_RW|CTLFLAG_LOCKED, 0,
H A Dkern_sysctl.c473 if ((name[0] == CTL_VFS || name[0] == CTL_VM)) {
475 * Always take the funnel for CTL_VFS and CTL_VM
517 if (name[0] == CTL_VFS) {
528 if ( (name[0] != CTL_VFS) && (error == ENOTSUP) ) {
535 * If we took the funnel, which we only do for CTL_VFS and CTL_VM on
/xnu-2422.115.4/bsd/sys/
H A Dsysctl.h394 #define CTL_VFS 3 /* file system, mount type is next */ macro
630 * CTL_VFS identifiers
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c2818 * CTL_VFS to our name and try userland_sysctl().
2825 username[0] = CTL_VFS;

Completed in 40 milliseconds