Home
last modified time | relevance | path

Searched refs:kMapType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/pdisk/dist/
H A Dpartition_map.c75 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 Dpartition_map.h89 extern const char * kMapType;
H A Dpdisk.c713 if (istrncmp(type_name, kMapType, DPISTRLEN) == 0) { in do_create_partition()