Searched refs:pmPartType (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dmac_label.c68 if (!(IS_MAC_PART(mac_part) && !strncmp(mac_part->pmPartType, pmPartType_2, 12))) {
108 mpm[mpc].type = mac_part->pmPartType;
155 strncpy (mac_part->pmPartType,"Apple_partition_map",sizeof(mac_part->pmPartType));
179 strncpy (mac_part->pmPartType,mpm[i].type,sizeof(mac_part->pmPartType));
195 strncpy (mac_part->pmPartType,"Apple_partition_map",sizeof(mac_part->pmPartType));
216 strncpy (mac_part->pmPartType,mpm[i].type,sizeof(mac_part->pmPartType));
[all...]
H A Dmac_label.h68 unsigned char pmPartType[32]; /* ASCII partition type */ member in struct:MacPart
/netbsd-current/usr.sbin/installboot/arch/
H A Dmacppc.c159 strlcpy(pme.pmPartType, "Apple_partition_map", sizeof(pme.pmPartType));
176 strlcpy(pme.pmPartType, "NetBSD/macppc", sizeof(pme.pmPartType));
/netbsd-current/usr.sbin/sysinst/arch/mac68k/
H A Dmenus.md.pl96 strcpy (map.blk[j].pmPartType, "Apple_Scratch");
102 strcpy (map.blk[k].pmPartType, "Apple_Free");
170 strcpy (map.blk[j].pmPartType, "Apple_Unix_SVR2");
201 strcpy (map.blk[j].pmPartType, "Apple_Unix_SVR2");
212 strcpy (map.blk[j].pmPartType, "Apple_Unix_SVR2");
227 strcpy (map.blk[j].pmPartType, "Apple_Unix_SVR2");
247 strcpy (map.blk[j].pmPartType, "Apple_HFS"); };
258 strcpy (map.blk[j].pmPartType, "Apple_Scratch"); };
269 strcpy (map.blk[j].pmPartType, "Apple_Free"); };
H A Dmd.c229 if (stricmp("Apple_partition_map", (char *)block.pmPartType) == 0) {
623 maxsiz = sizeof(part->pmPartType);
626 strncpy(partyp, (char *)part->pmPartType, maxsiz);
718 strncpy(partyp, (char *)part->pmPartType, sizeof(partyp));
938 if (stricmp("Apple_Free", (char *)map.blk[i].pmPartType) == 0 &&
939 stricmp("Apple_Free", (char *)map.blk[i+1].pmPartType) == 0) {
1155 strcpy ((char *)map.blk[i].pmPartType, "Apple_Free");
/netbsd-current/distrib/cdrom/macppc_mkboothfs/
H A Dmkboothfs.c113 strlcpy(pme.pmPartType, "Apple_Driver", sizeof(pme.pmPartType));
/netbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h162 char pmPartType[32]; /* partition type */ member in struct:part_map_entry
/netbsd-current/sys/arch/mac68k/include/
H A Ddisklabel.h129 char pmPartType[32]; /* partition type */ member in struct:part_map_entry
/netbsd-current/sbin/apmlabel/
H A Dapmlabel.c149 if (strcasecmp((char *)part->pmPartType,
151 || strcasecmp((char *)part->pmPartType, "Apple_HFSX") == 0)
153 else if (strcasecmp((char *)part->pmPartType,
/netbsd-current/sys/dev/dkwedge/
H A Ddkwedge_apple.c200 if (strcasecmp(map[i].name, ae->pmPartType) == 0)
204 ae->pmPartName, ae->pmPartType,
235 ae->pmPartType, dkw.dkw_ptype);
/netbsd-current/sys/arch/mac68k/mac68k/
H A Ddisksubr.c132 if (part->pmSig != PART_ENTRY_MAGIC || part->pmPartType[0] == '\0')
135 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr));
175 part->pmPartType[0] = '\0';
/netbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c178 if (part->pmSig != PART_ENTRY_MAGIC || part->pmPartType[0] == '\0')
181 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr));
259 part->pmPartType[0] = '\0';
/netbsd-current/sys/arch/macppc/stand/ofwboot/
H A Dofdev.c157 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr));
201 pme->pmPartType[0] == '\0')
/netbsd-current/sys/sys/
H A Dbootblock.h859 uint8_t pmPartType[32]; /* partition type */ member in struct:apple_part_map_entry

Completed in 232 milliseconds