Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dgetvfsbyname.c50 name[0] = CTL_VFS; in getvfsbyname()
H A Dgetvfsent.c29 int mib[2] = { CTL_VFS, VFS_VFSCONF }; in initvfs()
/dragonfly/sys/kern/
H A Dkern_mib.c56 SYSCTL_NODE(, CTL_VFS, vfs, CTLFLAG_RW, 0,
/dragonfly/usr.bin/nfsstat/
H A Dnfsstat.c169 name[0] = CTL_VFS; in readstats()
/dragonfly/bin/df/
H A Ddf.c508 mib[0] = CTL_VFS; mib[1] = VFS_GENERIC; mib[2] = VFS_MAXTYPENUM; in makenetvfslist()
/dragonfly/sys/sys/
H A Dsysctl.h475 #define CTL_VFS 3 /* file system, mount type is next */ macro