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

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmac_label.c152 set_732 (mac_part->pmPyPartStart,1);
170 set_732 (mac_part->pmPyPartStart,(mpm[i].start)*(SECTOR_SIZE/block_size));
176 set_732 (mac_part->pmPyPartStart,mpm[i].start*(SECTOR_SIZE/HFS_BLOCKSZ));
192 set_732 (mac_part->pmPyPartStart,1);
207 set_732 (mac_part->pmPyPartStart,(mpm[i].start)*(SECTOR_SIZE/HFS_BLOCKSZ));
213 set_732 (mac_part->pmPyPartStart,mpm[i].start*(SECTOR_SIZE/HFS_BLOCKSZ));
H A Dmac_label.h65 unsigned char pmPyPartStart[4];/* physical start blk of partition */ member in struct:MacPart
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h60 LongInt pmPyPartStart; /* first physical block of partition */ member in struct:__anon38
H A Dlow.c140 d_fetchl(&ptr, &map.pmPyPartStart);
188 vol->vstart = map.pmPyPartStart;
/netbsd-current/usr.sbin/installboot/arch/
H A Dmacppc.c155 pme.pmPyPartStart = htobe32(1);
172 pme.pmPyPartStart = htobe32(4);
/netbsd-current/distrib/cdrom/macppc_mkboothfs/
H A Dmkboothfs.c109 pme.pmPyPartStart = htobe32(1);
127 pme.pmPyPartStart = htobe32(4);
/netbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h159 u_int32_t pmPyPartStart; /* first physical block of partition */ member in struct:part_map_entry
/netbsd-current/sys/arch/mac68k/include/
H A Ddisklabel.h126 u_int32_t pmPyPartStart; /* first physical block of partition */ member in struct:part_map_entry
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_apple.c95 SWAP32(pmPyPartStart);
205 ae->pmPyPartStart, ae->pmPartBlkCnt,
224 dkw.dkw_offset = ae->pmPyPartStart;
/netbsd-current/usr.sbin/sysinst/arch/mac68k/
H A Dmenus.md.pl103 map.blk[k].pmPyPartStart += size;
104 if ((map.blk[k].pmPyPartStart + free_size) > pm->dlsize)
106 pm->dlsize - map.blk[k].pmPyPartStart;
135 bzb->flags.part, map.blk[i].pmPyPartStart,
137 if ((map.blk[i].pmPyPartStart +
142 pm->dlsize - map.blk[i].pmPyPartStart;
H A Dmd.c193 new_map[i].pmPyPartStart = new_map[i-1].pmPyPartStart +
311 info.start = map.blk[j].pmPyPartStart;
766 seek = (off_t)part->pmPyPartStart + (off_t)2;
926 if (map.blk[i].pmPyPartStart > map.blk[j].pmPyPartStart) {
1052 bzb->flags.part, map.blk[j].pmPyPartStart,
1073 if (map.blk[j].pmPyPartStart > pm->dlsize)
1075 if ((map.blk[j].pmPyPartStart + map.blk[j].pmPartBlkCnt) > pm->dlsize + 1)
1109 if (map.blk[j].pmPyPartStart > p
[all...]
/netbsd-current/sbin/apmlabel/
H A Dapmlabel.c171 temp = (uint64_t)(part->pmPyPartStart + part->pmLgDataStart)
270 BE32TOH(part->pmPyPartStart);
/netbsd-current/distrib/cdrom/macppc_installboot/
H A Dinstallboot.c106 /* pmPyPartStart is written by mkisofs */
107 partoff = BSIZE * be32toh(pme.pmPyPartStart);
/netbsd-current/sys/arch/mac68k/mac68k/
H A Ddisksubr.c172 pp->p_offset = part->pmPyPartStart;
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c209 a_part->p_offset = pme->pmPyPartStart;
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c256 pp->p_offset = part->pmPyPartStart;
/netbsd-current/sys/sys/
H A Dbootblock.h856 uint32_t pmPyPartStart; /* first physical block of partition */ member in struct:apple_part_map_entry

Completed in 161 milliseconds