Searched refs:pmSig (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmac_label.h62 unsigned char pmSig[2]; /* unique value for map entry blk */ member in struct:MacPart
84 #define IS_MAC_PART(d) (((MacPart*)(d))->pmSig[0]=='P'&&((MacPart*)(d))->pmSig[1]=='M')
H A Dmac_label.c149 mac_part->pmSig [0] = 'P';
150 mac_part->pmSig [1] = 'M';
173 mac_part->pmSig [0] = 'P';
174 mac_part->pmSig [1] = 'M';
189 mac_part->pmSig [0] = 'P';
190 mac_part->pmSig [1] = 'M';
210 mac_part->pmSig [0] = 'P';
211 mac_part->pmSig [1] = 'M';
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dlow.h57 Integer pmSig; /* partition signature (0x504d or 0x5453) */ member in struct:__anon38
H A Dlow.c137 d_fetchw(&ptr, &map.pmSig);
166 if (map.pmSig == 0x5453)
174 if (map.pmSig != 0x504d)
/netbsd-current/usr.sbin/installboot/arch/
H A Dmacppc.c153 pme.pmSig = htobe16(APPLE_PART_MAP_ENTRY_MAGIC);
170 pme.pmSig = htobe16(APPLE_PART_MAP_ENTRY_MAGIC);
/netbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h156 u_int16_t pmSig; /* partition signature */ member in struct:part_map_entry
/netbsd-current/sys/arch/mac68k/include/
H A Ddisklabel.h123 u_int16_t pmSig; /* partition signature */ member in struct:part_map_entry
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_apple.c92 SWAP16(pmSig);
193 if (ae->pmSig != APPLE_PART_MAP_ENTRY_MAGIC) {
195 ae->pmSig, APPLE_PART_MAP_ENTRY_MAGIC);
/netbsd-current/usr.sbin/sysinst/arch/mac68k/
H A Dmd.c217 block.pmSig != 0x4552) {
621 if (part->pmSig != APPLE_PART_MAP_ENTRY_MAGIC)
899 if (map.blk[i].pmSig == 0x5453)
900 map.blk[i].pmSig = APPLE_PART_MAP_ENTRY_MAGIC;
901 if (map.blk[i].pmSig != APPLE_PART_MAP_ENTRY_MAGIC) {
903 if (map.blk[j].pmSig == 0x5453)
904 map.blk[j].pmSig = APPLE_PART_MAP_ENTRY_MAGIC;
905 if (map.blk[j].pmSig == APPLE_PART_MAP_ENTRY_MAGIC) {
907 map.blk[j].pmSig = 0;
942 map.blk[i+1].pmSig
[all...]
/netbsd-current/sbin/apmlabel/
H A Dapmlabel.c141 if (part->pmSig != APPLE_PART_MAP_ENTRY_MAGIC)
267 BE16TOH(part->pmSig);
/netbsd-current/distrib/cdrom/macppc_mkboothfs/
H A Dmkboothfs.c107 pme.pmSig = htobe16(APPLE_PART_MAP_ENTRY_MAGIC);
/netbsd-current/sys/arch/mac68k/mac68k/
H A Ddisksubr.c132 if (part->pmSig != PART_ENTRY_MAGIC || part->pmPartType[0] == '\0')
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c200 if (pme->pmSig != PART_ENTRY_MAGIC ||
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c178 if (part->pmSig != PART_ENTRY_MAGIC || part->pmPartType[0] == '\0')
/netbsd-current/sys/sys/
H A Dbootblock.h853 uint16_t pmSig; /* partition signature */ member in struct:apple_part_map_entry

Completed in 105 milliseconds