Searched refs:kMapType (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/pdisk/dist/ |
H A D | partition_map.c | 75 const char * kMapType = "Apple_partition_map"; variable 397 if (istrncmp(data->dpme_type, kMapType, DPISTRLEN) == 0) { in add_data_to_map() 424 add_partition_to_map("Apple", kMapType, in init_partition_map() 977 if (istrncmp(entry->data->dpme_type, kMapType, DPISTRLEN) == 0) { in delete_partition_from_map() 1314 entry = find_entry_by_type(kMapType, map); in resize_map() 1361 add_partition_to_map("Apple", kMapType, 1, new_size, map); in resize_map()
|
H A D | partition_map.h | 89 extern const char * kMapType;
|
H A D | pdisk.c | 713 if (istrncmp(type_name, kMapType, DPISTRLEN) == 0) { in do_create_partition()
|