Searched refs:pmPyPartStart (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | hdisk.pl | 35 $bnum, $pmParType, $drVN, $pmPyPartStart, $pmPartBlkCnt 46 ($pmSig, $pmMapBlkCnt, $pmPyPartStart, $pmPartBlkCnt, $pmParType) = 53 seek(DISK, 512 * ($pmPyPartStart + 2), 0) || die "seek: $!\n";
|
H A D | apple_driver.c | 56 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 D | mac_label.c | 154 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 D | mac_label.h | 65 unsigned char pmPyPartStart[4];/* physical start blk of partition */ member
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | disksubr.c | 136 hfspartoff = part->pmPyPartStart; in readdpmelabel() 156 DL_SETPOFFSET(pp, part->pmPyPartStart); in readdpmelabel()
|
/openbsd/sys/arch/macppc/include/ |
H A D | disklabel.h | 56 u_int32_t pmPyPartStart; /* first physical block of partition */ member
|
/openbsd/gnu/usr.sbin/mkhybrid/src/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()
|
/openbsd/sys/arch/macppc/stand/ |
H A D | ofdev.c | 215 if(strategy(devp, F_READ, part->pmPyPartStart, in read_mac_label()
|