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

/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dpartition_map.h89 extern const char * kMapType;
H A Dpartition_map.c73 const char * kMapType = "Apple_partition_map"; variable
397 if (istrncmp(data->dpme_type, kMapType, DPISTRLEN) == 0) {
424 add_partition_to_map("Apple", kMapType,
977 if (istrncmp(entry->data->dpme_type, kMapType, DPISTRLEN) == 0) {
1314 entry = find_entry_by_type(kMapType, map);
1361 add_partition_to_map("Apple", kMapType, 1, new_size, map);
H A Dpdisk.c713 if (istrncmp(type_name, kMapType, DPISTRLEN) == 0) {

Completed in 118 milliseconds