Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/nfsstat/
H A Dnfsstat.c141 struct vfsconf vfsc; in main() local
148 len = sizeof(vfsc); in main()
149 if (sysctl(mib, 4, &vfsc, &len, NULL, 0)) in main()
152 if (!strcmp(vfsc.vfc_name, MOUNT_NFS)) in main()