Searched refs:kMapType (Results 1 – 3 of 3) sorted by relevance
/openbsd/sbin/pdisk/ |
H A D | partition_map.c | 45 const char *kMapType = "Apple_partition_map"; variable 288 add_partition_to_map("Apple", kMapType, 1, in create_partition_map() 412 if (strncasecmp(entry->dpme_type, kMapType, DPISTRLEN) == 0) in create_entry() 424 else if (strncasecmp(entry->dpme_type, kMapType, DPISTRLEN) == 0) in dpme_init_flags() 453 if (strncasecmp(entry->dpme_type, kMapType, DPISTRLEN) == 0) { in delete_partition_from_map() 720 entry = find_entry_by_type(kMapType, map); in resize_map() 762 add_partition_to_map("Apple", kMapType, 1, new_size, map); in resize_map()
|
H A D | partition_map.h | 106 extern const char *kMapType;
|
H A D | pdisk.c | 275 if (strncasecmp(type, kMapType, DPISTRLEN) == 0) { in do_create_partition()
|