Home
last modified time | relevance | path

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

/openbsd/src/sbin/pdisk/
Dpartition_map.c205 entry->the_map = map; in read_partition_map()
405 entry->the_map = map; in create_entry()
470 map = entry->the_map; in delete_partition_from_map()
478 renumber_disk_addresses(entry->the_map); in delete_partition_from_map()
479 entry->the_map->changed = 1; in delete_partition_from_map()
491 map = entry->the_map; in contains_driver()
539 LIST_FOREACH(p, &entry->the_map->base_order, base_entry) { in combine_entry()
574 map = entry->the_map; in delete_entry()
666 map = entry->the_map; in insert_in_disk_order()
693 map = entry->the_map; in insert_in_base_order()
[all …]
Dpartition_map.h71 struct partition_map *the_map; member
Ddump.c121 entry->the_map->sbBlkSize, buf) == 0) in dump_partition_entry()