Searched refs:NEWFS (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/v7fs/
H A DMakefile.inc5 NEWFS= ${NETBSDSRCDIR}/sbin/newfs_v7fs
8 .PATH: ${.CURDIR}/v7fs ${V7FS} ${NEWFS} ${FSCK}
10 CPPFLAGS+= -DV7FS_EI -I${V7FS} -I${NEWFS} -I${FSCK}
/netbsd-6-1-5-RELEASE/tests/fs/ffs/
H A Dt_snapshot.c21 #define NEWFS "newfs -F -s 10000 " IMGNAME macro
H A Dt_snapshot_log.c21 #define NEWFS "newfs -F -s 10000 " IMGNAME macro
H A Dt_snapshot_v2.c21 #define NEWFS "newfs -F -s 10000 -O 2 " IMGNAME macro
/netbsd-6-1-5-RELEASE/tests/fs/msdosfs/
H A Dt_snapshot.c23 #define NEWFS "newfs_msdos -C 5M " IMGNAME macro
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dnewfs.c828 #define NEWFS 1 macro
830 #define BOTH NEWFS | MFS_MOUNT
836 { NEWFS, "-B byteorder\tbyte order (`be' or `le')" },
837 { NEWFS, "-F \t\tcreate file system image in regular file" },
838 { NEWFS, "-G \t\tmake sanity calculations non-fatal (testing only!)" },
839 { NEWFS, "-I \t\tdo not check that the file system type is '4.2BSD'" },
842 { NEWFS, "-O N\t\tfilesystem format: 0 => 4.3BSD, 1 => FFSv1, 2 => FFSv2" },
843 { NEWFS, "-S secsize\tsector size" },
845 { NEWFS, "-T disktype\tdisk type" },
848 { NEWFS, "
[all...]
/netbsd-6-1-5-RELEASE/distrib/evbsh3/rom/ramdiskeb/
H A DMakefile24 NEWFS?= newfs macro
45 ${NEWFS} -B be -m 0 -o space ${VND_RDEV}
/netbsd-6-1-5-RELEASE/distrib/evbsh3/rom/ramdiskel/
H A DMakefile24 NEWFS?= newfs macro
45 ${NEWFS} -B le -m 0 -o space ${VND_RDEV}
/netbsd-6-1-5-RELEASE/tests/fs/common/
H A Dsnapshot.c41 if (system(NEWFS) == -1)

Completed in 76 milliseconds