Home
last modified time | relevance | path

Searched refs:pmPartType (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/usr.sbin/installboot/arch/
Dmacppc.c159 strlcpy(pme.pmPartType, "Apple_partition_map", sizeof(pme.pmPartType)); in writeapplepartmap()
176 strlcpy(pme.pmPartType, "NetBSD/macppc", sizeof(pme.pmPartType)); in writeapplepartmap()
/netbsd/src/sys/dev/dkwedge/
Ddkwedge_apple.c200 if (strcasecmp(map[i].name, ae->pmPartType) == 0) in dkwedge_discover_apple()
204 ae->pmPartName, ae->pmPartType, in dkwedge_discover_apple()
235 ae->pmPartType, dkw.dkw_ptype); in dkwedge_discover_apple()
/netbsd/src/sbin/apmlabel/
Dapmlabel.c149 if (strcasecmp((char *)part->pmPartType, in getparts()
151 || strcasecmp((char *)part->pmPartType, "Apple_HFSX") == 0) in getparts()
153 else if (strcasecmp((char *)part->pmPartType, in getparts()
/netbsd/src/sys/arch/mac68k/mac68k/
Ddisksubr.c132 if (part->pmSig != PART_ENTRY_MAGIC || part->pmPartType[0] == '\0') in whichType()
135 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr)); in whichType()
175 part->pmPartType[0] = '\0'; in setpartition()
/netbsd/src/sys/arch/macppc/macppc/
Ddisksubr.c178 if (part->pmSig != PART_ENTRY_MAGIC || part->pmPartType[0] == '\0') in whichType()
181 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr)); in whichType()
259 part->pmPartType[0] = '\0'; in setpartition()
/netbsd/src/sys/arch/mac68k/include/
Ddisklabel.h129 char pmPartType[32]; /* partition type */ member
/netbsd/src/sys/arch/macppc/include/
Ddisklabel.h162 char pmPartType[32]; /* partition type */ member
/netbsd/src/sys/arch/macppc/stand/ofwboot/
Dofdev.c157 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr)); in check_apm_root()
201 pme->pmPartType[0] == '\0') in search_mac_label()
/netbsd/src/sys/sys/
Dbootblock.h859 uint8_t pmPartType[32]; /* partition type */ member