Home
last modified time | relevance | path

Searched refs:pmBootSize (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmac_label.h73 unsigned char pmBootSize[4]; /* number of bytes in boot code */ member
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h79 LongInt pmBootSize; /* size of boot code, in bytes */ member
H A Dlow.c155 d_fetchl(&ptr, &map.pmBootSize); in l_readpm()
/netbsd-src/sys/arch/mac68k/include/
H A Ddisklabel.h134 u_int32_t pmBootSize; /* size of boot code, in bytes */ member
/netbsd-src/sys/arch/macppc/include/
H A Ddisklabel.h167 u_int32_t pmBootSize; /* size of boot code, in bytes */ member
/netbsd-src/usr.sbin/installboot/arch/
H A Dmacppc.c178 pme.pmBootSize = htobe32(roundup(params->s1stat.st_size, 512)); in writeapplepartmap()
/netbsd-src/sys/dev/dkwedge/
H A Ddkwedge_apple.c101 SWAP32(pmBootSize); in swap_apple_part_map_entry()
/netbsd-src/sbin/apmlabel/
H A Dapmlabel.c276 BE32TOH(part->pmBootSize); in convert_part_map_entry()
/netbsd-src/sys/sys/
H A Dbootblock.h884 uint32_t pmBootSize; /* size of boot code, in bytes */ member
/netbsd-src/usr.sbin/sysinst/arch/mac68k/
H A Dmd.c849 part->pmBootSize = 0;