Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pdisk/dist/
H A Dvalidate.c87 static partition_map_header *the_map; variable
113 if (the_map != NULL) { in get_block_zero()
114 b0 = the_map->misc; in get_block_zero()
135 if (the_map != NULL) { in get_block_n()
136 entry = find_entry_by_disk_address(n, the_map); in get_block_n()
365 the_map = 0; in validate_map()
390 the_map = map; in validate_map()
411 limit = the_map->blocks_in_map; in validate_map()
H A Dpartition_map.c387 entry->the_map = map; in add_data_to_map()
989 entry->data->dpme_pblock_start >= entry->the_map->media_size) { in delete_partition_from_map()
999 entry->the_map->media_size - entry->data->dpme_pblock_start; in delete_partition_from_map()
1015 map = entry->the_map; in delete_partition_from_map()
1031 map = entry->the_map; in contains_driver()
1127 map = entry->the_map; in delete_entry()
1220 map = entry->the_map; in remove_from_disk_order()
1243 map = entry->the_map; in insert_in_disk_order()
1277 map = entry->the_map; in insert_in_base_order()
1377 map = entry->the_map; in remove_driver()
H A Dpartition_map.h68 struct partition_map_header * the_map; member
H A Ddump.c279 map = entry->the_map; in dump_partition_entry()
735 m = entry->the_map->m; in display_patches()
736 offset = ((long long) entry->data->dpme_pblock_start) * entry->the_map->logical_block; in display_patches()
H A Dhfs_misc.c245 map = entry->the_map; in read_partition_block()
H A Dpdisk.c667 entry->the_map->changed = 1; in do_update_dpme()