/src/sys/lib/libkern/ |
xlat_mbr_fstype.c | 46 { MBR_PTYPE_386BSD, FS_BSDFFS }, 57 { MBR_PTYPE_NETBSD, FS_BSDFFS }, 60 { MBR_PTYPE_OPENBSD, FS_BSDFFS },
|
/src/usr.sbin/sysinst/arch/luna68k/ |
md.h | 45 #define PART_BOOT_TYPE FS_BSDFFS
|
/src/sys/arch/sgimips/sgimips/ |
disksubr.c | 198 {0, SGI_PTYPE_BSD, 0, FS_BSDFFS}, 200 {2, SGI_PTYPE_BSD, 10, FS_BSDFFS}, 201 {3, SGI_PTYPE_BSD, 3, FS_BSDFFS}, 202 {4, SGI_PTYPE_BSD, 4, FS_BSDFFS}, 203 {5, SGI_PTYPE_BSD, 5, FS_BSDFFS}, 204 {6, SGI_PTYPE_BSD, 6, FS_BSDFFS}, 205 {7, SGI_PTYPE_BSD, 7, FS_BSDFFS}, 207 {9, SGI_PTYPE_BSD, 9, FS_BSDFFS}, 209 {11, SGI_PTYPE_BSD, 11, FS_BSDFFS}, 210 {12, SGI_PTYPE_BSD, 12, FS_BSDFFS}, [all...] |
/src/sys/arch/luna68k/luna68k/ |
disksubr.c | 285 FS_BSDFFS, /* a */ 288 FS_BSDFFS, /* d */ 289 FS_BSDFFS, /* e */ 290 FS_BSDFFS, /* f */ 291 FS_BSDFFS, /* g */ 292 FS_BSDFFS, /* h */ 369 if (npp->p_fstype == FS_BSDFFS) { 384 lp->d_partitions[1].p_fstype = FS_BSDFFS;
|
/src/sys/arch/mipsco/mipsco/ |
disksubr.c | 223 {0, MIPS_FS_BSD42, 0, FS_BSDFFS}, 226 {3, MIPS_FS_BSD42, 3, FS_BSDFFS}, 227 {4, MIPS_FS_BSD42, 4, FS_BSDFFS}, 228 {5, MIPS_FS_BSD42, 5, FS_BSDFFS}, 229 {6, MIPS_FS_BSD42, 6, FS_BSDFFS}, 230 {7, MIPS_FS_BSD42, 7, FS_BSDFFS} 268 if (lpp->p_fstype == FS_BSDFFS) {
|
/src/sys/dev/sun/ |
disksubr.c | 223 FS_BSDFFS, /* a */ 226 FS_BSDFFS, /* d */ 227 FS_BSDFFS, /* e */ 228 FS_BSDFFS, /* f */ 229 FS_BSDFFS, /* g */ 230 FS_BSDFFS, /* h */ 312 if (npp->p_fstype == FS_BSDFFS) {
|
/src/common/lib/libutil/ |
getfstypename.c | 80 case FS_BSDFFS:
|
/src/usr.sbin/sysinst/arch/amiga/ |
md.c | 117 lp->d_partitions[0].p_fstype == FS_BSDFFS;
|
/src/sys/arch/atari/stand/libsa/ |
diskio.c | 68 || pd->p_fstype != FS_BSDFFS || pd->p_size == 0) {
|
/src/sys/arch/sparc/stand/ofwboot/ |
ofdev.c | 234 FS_BSDFFS, /* a */ 237 FS_BSDFFS, /* d */ 238 FS_BSDFFS, /* e */ 239 FS_BSDFFS, /* f */ 240 FS_BSDFFS, /* g */ 241 FS_BSDFFS, /* h */ 304 if (npp->p_fstype == FS_BSDFFS) {
|
/src/sys/arch/ofppc/stand/ofwboot/ |
rdb.c | 79 adt.fstype = FS_BSDFFS; 92 dostype |= FS_BSDFFS;
|
/src/sys/arch/amigappc/amigappc/ |
autoconf.c | 292 (pp->p_fstype != FS_BSDFFS && 357 if (pp->p_size != 0 && pp->p_fstype == FS_BSDFFS) {
|
/src/sys/arch/mac68k/mac68k/ |
disksubr.c | 194 setpartition(part + i, &lp->d_partitions[0], FS_BSDFFS); 200 setpartition(part + i, &lp->d_partitions[6], FS_BSDFFS); 291 setpartition(part + i, pp, FS_BSDFFS);
|
/src/sys/arch/x68k/x68k/ |
disksubr.c | 189 fstype = FS_BSDFFS; 201 fstype = FS_BSDFFS; /* XXX */ 361 case FS_BSDFFS:
|
/src/sys/arch/evbarm/stand/boot2440/ |
devopen.c | 122 case FS_BSDFFS:
|
/src/sys/arch/hp300/hp300/ |
disksubr.c | 79 lp->d_partitions[0].p_fstype = FS_BSDFFS;
|
/src/sys/arch/macppc/macppc/ |
disksubr.c | 203 *fstype = FS_BSDFFS; 212 *fstype = FS_BSDFFS; 221 *fstype = FS_BSDFFS; 224 *fstype = FS_BSDFFS;
|
/src/sys/arch/news68k/news68k/ |
disksubr.c | 78 lp->d_partitions[0].p_fstype = FS_BSDFFS;
|
/src/sys/arch/newsmips/newsmips/ |
disksubr.c | 78 lp->d_partitions[0].p_fstype = FS_BSDFFS;
|
/src/sys/arch/virt68k/virt68k/ |
disksubr.c | 79 lp->d_partitions[0].p_fstype = FS_BSDFFS;
|
/src/sbin/gpt/ |
migrate.c | 129 case FS_BSDFFS: 153 case FS_BSDFFS:
|
/src/usr.sbin/sysinst/ |
label.c | 540 { FS_BSDFFS, FS_SWAP, FS_MSDOS, FS_EFI_SP, FS_BSDLFS, FS_EX2FS }; 554 if (t == FS_BSDFFS) { 570 if (i == FS_BSDFFS) 598 edit->info.fs_type = FS_BSDFFS; 610 if (i == FS_BSDFFS) 674 if (i == FS_BSDFFS) 711 if (edit->info.fs_type == FS_BSDFFS) { 736 edit->info.fs_type = FS_BSDFFS; 739 get_fs_part_type(pt, FS_BSDFFS, edit->info.fs_sub_type); 914 if (edit.wanted->fs_type == FS_BSDFFS || [all...] |
/src/sys/arch/amiga/amiga/ |
disksubr.c | 161 lp->d_partitions[0].p_fstype = FS_BSDFFS; 593 adt.fstype = FS_BSDFFS; 609 dostype |= FS_BSDFFS;
|
/src/sys/arch/ofppc/ofppc/ |
disksubr.c | 252 lp->d_partitions[0].p_fstype = FS_BSDFFS; 625 adt.fstype = FS_BSDFFS; 641 dostype |= FS_BSDFFS;
|
/src/sys/stand/efiboot/ |
efiblock.c | 308 case FS_BSDFFS: 367 { GPT_ENT_TYPE_NETBSD_FFS, FS_BSDFFS }, 536 if (fstype == FS_BSDFFS || fstype == FS_ISO9660 || fstype == FS_RAID) {
|