Home
last modified time | relevance | path

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

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