Home
last modified time | relevance | path

Searched refs:CTL_VFS (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.bin/nfsstat/
H A Dnfsstat.c133 mib[0] = CTL_VFS; in main()
143 mib[0] = CTL_VFS; in main()
177 mib[0] = CTL_VFS; in getnfsstats()
/openbsd/usr.bin/systat/
H A Diostat.c148 mib[0] = CTL_VFS; in read_io()
H A Dnfs.c147 mib[0] = CTL_VFS; in read_nfs()
/openbsd/sbin/sysctl/
H A Dsysctl.c390 if (indx == CTL_VFS) in parse()
788 case CTL_VFS: in parse()
1278 if (secondlevel[CTL_VFS].list != 0) in vfsinit()
1280 mib[0] = CTL_VFS; in vfsinit()
1341 secondlevel[CTL_VFS].list = vfsname; in vfsinit()
1342 secondlevel[CTL_VFS].size = maxtypenum; in vfsinit()
/openbsd/usr.bin/top/
H A Dmachine.c249 static int bcstats_mib[] = {CTL_VFS, VFS_GENERIC, VFS_BCACHESTAT}; in get_system_info()
/openbsd/sys/sys/
H A Dsysctl.h85 #define CTL_VFS 10 /* VFS sysctl's */ macro
/openbsd/sys/kern/
H A Dkern_pledge.c898 mib[0] == CTL_VFS && mib[1] == VFS_GENERIC && in pledge_sysctl()
H A Dkern_sysctl.c214 case CTL_VFS: in sys_sysctl()