Home
last modified time | relevance | path

Searched refs:pmPyPartStart (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmac_label.c152 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 Dmac_label.h65 unsigned char pmPyPartStart[4];/* physical start blk of partition */ member
/netbsd-src/usr.sbin/sysinst/arch/mac68k/
H A Dmd.c193 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 Dmenus.md.en101 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 Dmenus.md.es101 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 Dmenus.md.de101 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 Ddkwedge_apple.c95 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 Dmacppc.c155 pme.pmPyPartStart = htobe32(1); in writeapplepartmap()
172 pme.pmPyPartStart = htobe32(4); in writeapplepartmap()
/netbsd-src/sbin/apmlabel/
H A Dapmlabel.c171 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 Dlow.h60 LongInt pmPyPartStart; /* first physical block of partition */ member
H A Dlow.c140 d_fetchl(&ptr, &map.pmPyPartStart); in l_readpm()
188 vol->vstart = map.pmPyPartStart; in l_readpm()
/netbsd-src/sys/arch/mac68k/include/
H A Ddisklabel.h126 u_int32_t pmPyPartStart; /* first physical block of partition */ member
/netbsd-src/sys/arch/macppc/include/
H A Ddisklabel.h159 u_int32_t pmPyPartStart; /* first physical block of partition */ member
/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c209 a_part->p_offset = pme->pmPyPartStart; in search_mac_label()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Ddisksubr.c172 pp->p_offset = part->pmPyPartStart; in setpartition()
/netbsd-src/sys/arch/macppc/macppc/
H A Ddisksubr.c256 pp->p_offset = part->pmPyPartStart; in setpartition()
/netbsd-src/sys/sys/
H A Dbootblock.h856 uint32_t pmPyPartStart; /* first physical block of partition */ member