Searched refs:pmPartType (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/usr.sbin/installboot/arch/ |
| D | macppc.c | 159 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/ |
| D | dkwedge_apple.c | 200 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/ |
| D | apmlabel.c | 149 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/ |
| D | disksubr.c | 132 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/ |
| D | disksubr.c | 178 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/ |
| D | disklabel.h | 129 char pmPartType[32]; /* partition type */ member
|
| /netbsd/src/sys/arch/macppc/include/ |
| D | disklabel.h | 162 char pmPartType[32]; /* partition type */ member
|
| /netbsd/src/sys/arch/macppc/stand/ofwboot/ |
| D | ofdev.c | 157 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr)); in check_apm_root() 201 pme->pmPartType[0] == '\0') in search_mac_label()
|
| /netbsd/src/sys/sys/ |
| D | bootblock.h | 859 uint8_t pmPartType[32]; /* partition type */ member
|