/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | mac_label.c | 152 set_732 (mac_part->pmPyPartStart,1); in gen_mac_label() 170 set_732 (mac_part->pmPyPartStart,(mpm[i].start)*(SECTOR_SIZE/block_size)); in gen_mac_label() 176 set_732 (mac_part->pmPyPartStart,mpm[i].start*(SECTOR_SIZE/HFS_BLOCKSZ)); in gen_mac_label() 192 set_732 (mac_part->pmPyPartStart,1); in gen_mac_label() 207 set_732 (mac_part->pmPyPartStart,(mpm[i].start)*(SECTOR_SIZE/HFS_BLOCKSZ)); in gen_mac_label() 213 set_732 (mac_part->pmPyPartStart,mpm[i].start*(SECTOR_SIZE/HFS_BLOCKSZ)); in gen_mac_label()
|
H A D | mac_label.h | 65 unsigned char pmPyPartStart[4];/* physical start blk of partition */ member
|
/netbsd-src/usr.sbin/sysinst/arch/mac68k/ |
H A D | md.c | 193 new_map[i].pmPyPartStart = new_map[i-1].pmPyPartStart + in md_get_info() 311 info.start = map.blk[j].pmPyPartStart; in md_make_bsd_partitions() 766 seek = (off_t)part->pmPyPartStart + (off_t)2; 926 if (map.blk[i].pmPyPartStart > map.blk[j].pmPyPartStart) { in sortmerge() 1052 bzb->flags.part, map.blk[j].pmPyPartStart, 1073 if (map.blk[j].pmPyPartStart > pm->dlsize) in check_for_errors() 1075 if ((map.blk[j].pmPyPartStart + map.blk[j].pmPartBlkCnt) > pm->dlsize + 1) in check_for_errors() 1109 if (map.blk[j].pmPyPartStart > pm->dlsize) { in report_errors() 1115 if ((map.blk[j].pmPyPartStart + map.blk[j].pmPartBlkCnt) > pm->dlsize) { in report_errors() 1187 map.blk[i].pmPyPartStart, fstyp, use, name);
|
H A D | menus.md.en | 101 map.blk[k].pmPyPartStart += size; 102 if ((map.blk[k].pmPyPartStart + free_size) > pm->dlsize) 104 pm->dlsize - map.blk[k].pmPyPartStart; 133 pm->diskdev, bzb->flags.part, map.blk[i].pmPyPartStart, 135 if ((map.blk[i].pmPyPartStart + 141 pm->dlsize - map.blk[i].pmPyPartStart;
|
H A D | menus.md.es | 101 map.blk[k].pmPyPartStart += size; 102 if ((map.blk[k].pmPyPartStart + free_size) > pm->dlsize) 104 pm->dlsize - map.blk[k].pmPyPartStart; 133 bzb->flags.part, map.blk[i].pmPyPartStart, 135 if ((map.blk[i].pmPyPartStart + 140 pm->dlsize - map.blk[i].pmPyPartStart;
|
H A D | menus.md.de | 101 map.blk[k].pmPyPartStart += size; 102 if ((map.blk[k].pmPyPartStart + free_size) > pm->dlsize) 104 pm->dlsize - map.blk[k].pmPyPartStart; 133 pm->diskdev, bzb->flags.part, map.blk[i].pmPyPartStart, 135 if ((map.blk[i].pmPyPartStart + 140 pm->dlsize - map.blk[i].pmPyPartStart;
|
/netbsd-src/sys/dev/dkwedge/ |
H A D | dkwedge_apple.c | 95 SWAP32(pmPyPartStart); in swap_apple_part_map_entry() 205 ae->pmPyPartStart, ae->pmPartBlkCnt, in dkwedge_discover_apple() 224 dkw.dkw_offset = ae->pmPyPartStart; in dkwedge_discover_apple()
|
/netbsd-src/usr.sbin/installboot/arch/ |
H A D | macppc.c | 155 pme.pmPyPartStart = htobe32(1); in writeapplepartmap() 172 pme.pmPyPartStart = htobe32(4); in writeapplepartmap()
|
/netbsd-src/sbin/apmlabel/ |
H A D | apmlabel.c | 171 temp = (uint64_t)(part->pmPyPartStart + part->pmLgDataStart) in getparts() 270 BE32TOH(part->pmPyPartStart); in convert_part_map_entry()
|
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/ |
H A D | low.h | 60 LongInt pmPyPartStart; /* first physical block of partition */ member
|
H A D | low.c | 140 d_fetchl(&ptr, &map.pmPyPartStart); in l_readpm() 188 vol->vstart = map.pmPyPartStart; in l_readpm()
|
/netbsd-src/sys/arch/mac68k/include/ |
H A D | disklabel.h | 126 u_int32_t pmPyPartStart; /* first physical block of partition */ member
|
/netbsd-src/sys/arch/macppc/include/ |
H A D | disklabel.h | 159 u_int32_t pmPyPartStart; /* first physical block of partition */ member
|
/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | ofdev.c | 209 a_part->p_offset = pme->pmPyPartStart; in search_mac_label()
|
/netbsd-src/sys/arch/mac68k/mac68k/ |
H A D | disksubr.c | 172 pp->p_offset = part->pmPyPartStart; in setpartition()
|
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | disksubr.c | 256 pp->p_offset = part->pmPyPartStart; in setpartition()
|
/netbsd-src/sys/sys/ |
H A D | bootblock.h | 856 uint32_t pmPyPartStart; /* first physical block of partition */ member
|