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

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

Completed in 30 milliseconds