Searched refs:fstypes (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat___fhstat30.c42 #include <compat/include/fstypes.h>
H A Dcompat_fhopen.c42 #include <compat/include/fstypes.h>
H A Dcompat_fhstatvfs.c42 #include <compat/include/fstypes.h>
H A Dcompat_fhstatvfs1.c42 #include <compat/include/fstypes.h>
H A Dcompat_getfh.c42 #include <compat/include/fstypes.h>
H A Dcompat_lfs_segwait.c46 #include <sys/fstypes.h>
H A Dcompat_statfs.c44 #include <compat/include/fstypes.h>
/netbsd-6-1-5-RELEASE/tests/fs/
H A Dh_funcs.subr51 set -- $(sysctl -n vfs.generic.fstypes)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dvfs_syscalls.h33 #include <sys/fstypes.h>
H A Dstatvfs.h40 #include <sys/fstypes.h>
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_fcntl64.c44 #include <sys/fstypes.h>
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dmakefs.c72 static fstype_t fstypes[] = { variable
318 for (i = 0; fstypes[i].type != NULL; i++)
319 if (strcmp(fstypes[i].type, type) == 0)
320 return (&fstypes[i]);
/netbsd-6-1-5-RELEASE/usr.sbin/installboot/
H A Dinstallboot.c253 params->fstype = &fstypes[0];
522 for (i = 0; fstypes[i].name != NULL; i++) {
523 if (strcmp(fstypes[i].name, fstype) == 0) {
524 param->fstype = &fstypes[i];
543 for (i = 0; fstypes[i].name != NULL; i++) {
546 fprintf(stderr, "%s%s", prefix, fstypes[i].name);
H A DMakefile8 SRCS= installboot.c sum.c machines.c fstypes.c
32 # fstypes are only needed for 'stage2' and then only from bbinfo.
H A Dfstypes.c1 /* $NetBSD: fstypes.c,v 1.12 2010/01/07 13:26:00 tsutsui Exp $ */
38 __RCSID("$NetBSD: fstypes.c,v 1.12 2010/01/07 13:26:00 tsutsui Exp $");
49 struct ib_fs fstypes[] = { variable in typeref:struct:ib_fs
H A Dinstallboot.h139 extern struct ib_fs fstypes[];
154 /* fstypes.c */
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_mman.c40 #include <sys/fstypes.h>
H A Dlinux32_resource.c40 #include <sys/fstypes.h>
H A Dlinux32_utsname.c40 #include <sys/fstypes.h>
H A Dlinux32_wait.c40 #include <sys/fstypes.h>
H A Dlinux32_dirent.c40 #include <sys/fstypes.h>
H A Dlinux32_sched.c40 #include <sys/fstypes.h>
H A Dlinux32_stat.c40 #include <sys/fstypes.h>
/netbsd-6-1-5-RELEASE/sbin/scan_ffs/
H A Dscan_ffs.c119 static const char *fstypes[] = { "NONE", "FFSv1", "FFSv2" }; variable
213 sbi->ffs_path, fstypes[ffs_checkver(sbi)]);
217 (void)printf("%s ", fstypes[ffs_checkver(sbi)]);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_stub.c74 #include <sys/fstypes.h>

Completed in 293 milliseconds

12