/netbsd-src/sys/arch/arm/arm/ |
H A D | disksubr_mbr.c | 136 if (mbrp[i].mbrp_type == MBR_PTYPE_NETBSD) in mbr_label_read() 256 if (mbrp[i].mbrp_type == MBR_PTYPE_NETBSD) in mbr_label_locate()
|
/netbsd-src/sys/lib/libkern/ |
H A D | xlat_mbr_fstype.c | 56 { MBR_PTYPE_NETBSD, FS_BSDFFS }, in xlat_mbr_fstype()
|
/netbsd-src/sys/arch/ofppc/stand/ofwboot/ |
H A D | mbr.c | 63 poff = find_mbr_part(devp, off, buf, lp, 0, MBR_PTYPE_NETBSD, 0); in search_mbr_label()
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | mbr.c | 102 { .ptype=MBR_PTYPE_NETBSD, .desc="NetBSD" }, 141 static const size_t first_part_type = MBR_PTYPE_NETBSD; 609 if (mbrp->mbrp_type == MBR_PTYPE_NETBSD) { in read_mbr() 1129 case MBR_PTYPE_NETBSD: in mbr_map_part_type() 1174 return &mbr_gen_type_desc[MBR_PTYPE_NETBSD].gen; in mbr_get_fs_part_type() 1290 return mbr_get_gen_type_desc(MBR_PTYPE_NETBSD); in mbr_get_generic_part_type() 1312 if (mp->mbrp_type == MBR_PTYPE_NETBSD) { in mbr_partition_to_info() 1827 if (mp->mbrp_type != MBR_PTYPE_NETBSD) in mbr_find_netbsd() 1874 part.nat_type = &mbr_gen_type_desc[MBR_PTYPE_NETBSD].gen; in mbr_read_disklabel() 2758 if (m->mbr.mbr_parts[i].mbrp_type != MBR_PTYPE_NETBSD) in mbr_verify() [all …]
|
/netbsd-src/sys/kern/ |
H A D | subr_disk_mbr.c | 518 dp->mbrp_type == MBR_PTYPE_NETBSD) { in look_netbsd_part() 739 if (dp->mbrp_type != MBR_PTYPE_NETBSD) in write_netbsd_label()
|
/netbsd-src/sys/arch/landisk/stand/bootxx/ |
H A D | pbr.S | 94 cmp/eq #MBR_PTYPE_NETBSD, r0
|
/netbsd-src/sys/sys/ |
H A D | bootblock.h | 332 #define MBR_PTYPE_NETBSD 0xa9 /* NetBSD partition type */ macro 524 { MBR_PTYPE_NETBSD, "NetBSD" },
|
/netbsd-src/usr.sbin/sysinst/arch/i386/ |
H A D | md.c | 821 } else if (mbrp[i].mbrp_type == MBR_PTYPE_NETBSD) in md_mbr_update_check() 826 mbrp[oldbsdpart].mbrp_type = MBR_PTYPE_NETBSD; in md_mbr_update_check()
|
/netbsd-src/sys/arch/landisk/stand/boot/ |
H A D | biosdisk.c | 177 if (typ == MBR_PTYPE_NETBSD) { in read_label()
|
/netbsd-src/sys/arch/shark/stand/ofwboot/ |
H A D | ofdev.c | 205 if (p->mbrp_type == MBR_PTYPE_NETBSD in search_label()
|
/netbsd-src/sys/arch/cobalt/stand/boot/ |
H A D | wd.c | 181 if (mp[i].mbrp_type == MBR_PTYPE_NETBSD) { in wdgetdisklabel()
|
/netbsd-src/sys/arch/i386/stand/bootxx/ |
H A D | pbr.S | 180 cmpb $MBR_PTYPE_NETBSD, %al
|
/netbsd-src/sbin/gpt/ |
H A D | migrate.c | 283 case MBR_PTYPE_NETBSD: /* NetBSD */ in migrate()
|
/netbsd-src/sys/arch/bebox/stand/boot/ |
H A D | wd.c | 191 if (mp[i].mbrp_type == MBR_PTYPE_NETBSD) { in wdgetdisklabel()
|
/netbsd-src/sys/arch/hpc/stand/libsa/ |
H A D | winblk.c | 233 if (ctx->mbr[i].mbrp_type == MBR_PTYPE_NETBSD) { in winblkopen()
|
/netbsd-src/sys/arch/hpcmips/stand/libsa/ |
H A D | winblk.c | 233 if (ctx->mbr[i].mbrp_type == MBR_PTYPE_NETBSD) { in winblkopen()
|
/netbsd-src/sys/arch/evbmips/sbmips/ |
H A D | disksubr.c | 70 if (dp[i].mbrp_type == MBR_PTYPE_NETBSD) { in mbr_findslice()
|
/netbsd-src/sys/arch/playstation2/playstation2/ |
H A D | disksubr.c | 69 if (dp[i].mbrp_type == MBR_PTYPE_NETBSD) { in mbr_findslice()
|
/netbsd-src/sys/arch/zaurus/stand/zboot/ |
H A D | diskprobe.c | 407 if (mp[part].mbrp_type == MBR_PTYPE_NETBSD) in bios_getdospart()
|
/netbsd-src/sys/arch/sbmips/sbmips/ |
H A D | disksubr.c | 70 if (dp[i].mbrp_type == MBR_PTYPE_NETBSD) { in mbr_findslice()
|
/netbsd-src/sys/dev/dkwedge/ |
H A D | dkwedge_bsdlabel.c | 428 dp->mbrp_type == MBR_PTYPE_NETBSD) { in look_netbsd_part()
|
/netbsd-src/sys/arch/hpc/hpc/ |
H A D | disksubr.c | 80 if (dp[i].mbrp_type == MBR_PTYPE_NETBSD) { in mbr_findslice()
|
/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | ofdev.c | 255 if (p->mbrp_type == MBR_PTYPE_NETBSD in search_dos_label()
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | dsk.c | 318 if (mp->mbrp_type == MBR_PTYPE_NETBSD) { in decode_dlabel()
|
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | disksubr.c | 502 case MBR_PTYPE_NETBSD: in read_dos_label()
|