Home
last modified time | relevance | path

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

/netbsd/usr.sbin/fstyp/
H A Dfstyp.c71 } fstypes[] = { variable
252 if (!show_unmountable && fstypes[i].unmountable) in main()
254 fstyp_f = fstypes[i].function; in main()
260 name = fstypes[i].name; in main()
/netbsd/usr.sbin/installboot/
H A Dinstallboot.c294 params->fstype = &fstypes[0]; in main()
590 for (i = 0; fstypes[i].name != NULL; i++) { in getfstype()
591 if (strcmp(fstypes[i].name, fstype) == 0) { in getfstype()
592 param->fstype = &fstypes[i]; in getfstype()
611 for (i = 0; fstypes[i].name != NULL; i++) { in fstype_usage()
614 fprintf(stderr, "%s%s", prefix, fstypes[i].name); in fstype_usage()
H A Dfstypes.c49 struct ib_fs fstypes[] = { variable
H A Dinstallboot.h159 extern struct ib_fs fstypes[];
H A DMakefile8 SRCS= installboot.c sum.c machines.c fstypes.c
/netbsd/usr.sbin/makefs/
H A Dmakefs.c74 static fstype_t fstypes[] = { variable
415 for (i = 0; fstypes[i].type != NULL; i++) in get_fstype()
416 if (strcmp(fstypes[i].type, type) == 0) in get_fstype()
417 return (&fstypes[i]); in get_fstype()
/netbsd/sys/rump/include/rump/
H A Dmakerumpdefs.sh108 fromvers ../../../sys/fstypes.h
109 sed -n '/#define[ ]*MNT_[A-Z].*[^\]$/s/MNT_/RUMP_MNT_/gp' <../../../sys/fstypes.h | sed 's,/\*.*$,…
/netbsd/tests/fs/
H A Dh_funcs.subr51 set -- $(sysctl -n vfs.generic.fstypes)
/netbsd/sbin/scan_ffs/
H A Dscan_ffs.c83 static const char *fstypes[] = { "NONE", "FFSv1", "FFSv2" }; variable
196 sbi->ffs_path, fstypes[ffs_checkver(sbi)]); in ffs_printpart()
200 (void)printf("%s ", fstypes[ffs_checkver(sbi)]); in ffs_printpart()
/netbsd/sys/sys/
H A DMakefile26 flashio.h float_ieee754.h fstypes.h futex.h gcq.h gmon.h gpio.h hash.h \
/netbsd/doc/
H A DCHANGES.prev7726 sysctl(8): Add "vfs.generic.fstypes" node to display the currently
/netbsd/distrib/sets/lists/comp/
H A Dmi3356 ./usr/include/sys/fstypes.h comp-c-include