Searched refs:fstypes (Results 1 – 4 of 4) sorted by relevance
59 } fstypes[] = { variable204 if (show_unmountable == false && fstypes[i].unmountable == true) in main()206 fstyp_f = fstypes[i].function; in main()215 if (fstypes[i].name == NULL) { in main()230 printf("%s %s\n", fstypes[i].name, strvised); in main()232 printf("%s\n", fstypes[i].name); in main()
72 static fstype_t fstypes[] = { variable438 for (i = 0; fstypes[i].type != NULL; i++) in get_fstype()439 if (strcmp(fstypes[i].type, type) == 0) in get_fstype()440 return (&fstypes[i]); in get_fstype()
60 set -- $(sysctl -n vfs.generic.fstypes)
1243 } fstypes[] = { in procstat_get_vnode_info_kvm() local1255 #define NTYPES (sizeof(fstypes) / sizeof(*fstypes)) in procstat_get_vnode_info_kvm()1289 if (!strcmp(fstypes[i].tag, tagstr)) { in procstat_get_vnode_info_kvm()1290 if (fstypes[i].handler(kd, &vnode, vn) != 0) { in procstat_get_vnode_info_kvm()