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

/netbsd-current/sbin/fsck_udf/
H A DMakefile11 NEWFS= ${NETBSDSRCDIR}/sbin/newfs_udf macro
14 CPPFLAGS+= -I${FSCK} -I${KUDF} -I${NEWFS} -I${NETBSDSRCDIR}/sys
15 .PATH: ${FSCK} ${NEWFS} ${MOUNT} ${KUDF}
/netbsd-current/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-current/tests/fs/msdosfs/
H A Dt_snapshot.c23 #define NEWFS "newfs_msdos -C 5M " IMGNAME macro
/netbsd-current/sbin/newfs/
H A Dnewfs.c854 #define NEWFS 1 macro
856 #define BOTH NEWFS | MFS_MOUNT
863 { NEWFS, "-B byteorder\tbyte order (`be' or `le')" },
865 { NEWFS, "-F \t\tcreate file system image in regular file" },
866 { NEWFS, "-G \t\tmake sanity calculations non-fatal (testing only!)" },
867 { NEWFS, "-I \t\tdo not check that the file system type is '4.2BSD'" },
870 { NEWFS, "-O N\t\tfilesystem format: 0 => 4.3BSD, 1 => FFSv1, 2 => FFSv2, 2ea => FFSv2 with extattrs" },
871 { NEWFS, "-S secsize\tsector size" },
873 { NEWFS, "-T disktype\tdisk type" },
876 { NEWFS, "
[all...]
/netbsd-current/distrib/evbsh3/rom/ramdiskeb/
H A DMakefile24 NEWFS?= newfs macro
45 ${NEWFS} -B be -m 0 -o space ${VND_RDEV}
/netbsd-current/distrib/evbsh3/rom/ramdiskel/
H A DMakefile24 NEWFS?= newfs macro
45 ${NEWFS} -B le -m 0 -o space ${VND_RDEV}
/netbsd-current/tests/fs/common/
H A Dsnapshot.c42 if (system(NEWFS) == -1)
173 if (system(NEWFS) == -1)

Completed in 202 milliseconds