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

/openbsd-current/sys/arch/macppc/include/
H A Ddisklabel.h59 char pmPartType[32]; /* partition type */ member in struct:part_map_entry
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dmac_label.c70 if (!(IS_MAC_PART(mac_part) && !strncmp(mac_part->pmPartType, pmPartType_2, 12))) {
110 mpm[mpc].type = mac_part->pmPartType;
157 strncpy (mac_part->pmPartType,"Apple_partition_map",sizeof(mac_part->pmPartType));
181 strncpy (mac_part->pmPartType,mpm[i].type,sizeof(mac_part->pmPartType));
197 strncpy (mac_part->pmPartType,"Apple_partition_map",sizeof(mac_part->pmPartType));
218 strncpy (mac_part->pmPartType,mpm[i].type,sizeof(mac_part->pmPartType));
[all...]
H A Dapple_driver.c91 if (!have_boot && !strncmp(mac_part->pmPartType, pmPartType_2, 12)) {
99 if (!have_hfs && !strncmp(mac_part->pmPartType, pmPartType_4, 9)) {
131 if (!strncmp(mac_part->pmPartType, pmPartType_2, 12)) {
135 fprintf(stderr, "%s: extracting %s ", argv[0], mac_part->pmPartType);
H A Dmac_label.h68 unsigned char pmPartType[32]; /* ASCII partition type */ member in struct:MacPart
/openbsd-current/sys/arch/macppc/macppc/
H A Ddisksubr.c131 for (s = part->pmPartType; *s; s++)
135 if (strcmp(part->pmPartType, PART_TYPE_OPENBSD) == 0) {
154 if (strcmp(part->pmPartType, PART_TYPE_MAC) == 0) {
/openbsd-current/sys/arch/macppc/stand/
H A Dofdev.c209 for (s = part->pmPartType; *s; s++)
213 if (0 == strcmp(part->pmPartType, PART_TYPE_OPENBSD)) {

Completed in 85 milliseconds