Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dhdisk.pl35 $bnum, $pmParType, $drVN, $pmPyPartStart, $pmPartBlkCnt
46 ($pmSig, $pmMapBlkCnt, $pmPyPartStart, $pmPartBlkCnt, $pmParType) =
53 seek(DISK, 512 * ($pmPyPartStart + 2), 0) || die "seek: $!\n";
H A Dapple_driver.c56 unsigned int pmPyPartStart; in main() local
92 hfs_start = get_732(mac_part->pmPyPartStart); in main()
101 hfs_start = get_732(mac_part->pmPyPartStart); in main()
136 start = get_732(mac_part->pmPyPartStart); in main()
H A Dmac_label.c154 set_732 (mac_part->pmPyPartStart,1); in gen_mac_label()
172 set_732 (mac_part->pmPyPartStart,(mpm[i].start)*(SECTOR_SIZE/block_size)); in gen_mac_label()
178 set_732 (mac_part->pmPyPartStart,mpm[i].start*(SECTOR_SIZE/HFS_BLOCKSZ)); in gen_mac_label()
194 set_732 (mac_part->pmPyPartStart,1); in gen_mac_label()
209 set_732 (mac_part->pmPyPartStart,(mpm[i].start)*(SECTOR_SIZE/HFS_BLOCKSZ)); in gen_mac_label()
215 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
/openbsd/sys/arch/macppc/macppc/
H A Ddisksubr.c136 hfspartoff = part->pmPyPartStart; in readdpmelabel()
156 DL_SETPOFFSET(pp, part->pmPyPartStart); in readdpmelabel()
/openbsd/sys/arch/macppc/include/
H A Ddisklabel.h56 u_int32_t pmPyPartStart; /* first physical block of partition */ member
/openbsd/gnu/usr.sbin/mkhybrid/src/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()
/openbsd/sys/arch/macppc/stand/
H A Dofdev.c215 if(strategy(devp, F_READ, part->pmPyPartStart, in read_mac_label()