Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/fstyp/
Dfstyp.c66 } fstypes[] = { variable
205 for (i = 0; i < nitems(fstypes); i++) { in main()
208 if (fstypes[i].precache_encoding == NULL) in main()
210 cd = iconv_open("", fstypes[i].precache_encoding); in main()
212 err(1, "%s: iconv_open %s", fstypes[i].name, in main()
213 fstypes[i].precache_encoding); in main()
233 if (show_unmountable == false && fstypes[i].unmountable == true) in main()
235 fstyp_f = fstypes[i].function; in main()
244 if (fstypes[i].name == NULL) { in main()
259 printf("%s %s\n", fstypes[i].name, strvised); in main()
[all …]
/freebsd-12-stable/usr.sbin/makefs/
Dmakefs.c72 static fstype_t fstypes[] = { variable
438 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()
/freebsd-12-stable/contrib/netbsd-tests/fs/
Dh_funcs.subr60 set -- $(sysctl -n vfs.generic.fstypes)
/freebsd-12-stable/lib/libprocstat/
Dlibprocstat.c1241 } fstypes[] = { in procstat_get_vnode_info_kvm() local
1253 #define NTYPES (sizeof(fstypes) / sizeof(*fstypes)) in procstat_get_vnode_info_kvm()
1287 if (!strcmp(fstypes[i].tag, tagstr)) { in procstat_get_vnode_info_kvm()
1288 if (fstypes[i].handler(kd, &vnode, vn) != 0) { in procstat_get_vnode_info_kvm()