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

/macosx-10.10/pdisk-9/
H A Dvalidate.c86 static partition_map_header *the_map; variable
112 if (the_map != NULL) {
113 b0 = the_map->misc;
134 if (the_map != NULL) {
135 entry = find_entry_by_disk_address(n, the_map);
364 the_map = 0;
389 the_map = map;
410 limit = the_map->blocks_in_map;
H A Dpartition_map.h68 struct partition_map_header * the_map; member in struct:partition_map
H A Dpartition_map.c386 entry->the_map = map;
986 entry->data->dpme_pblock_start >= entry->the_map->media_size) {
996 entry->the_map->media_size - entry->data->dpme_pblock_start;
1012 map = entry->the_map;
1028 map = entry->the_map;
1124 map = entry->the_map;
1217 map = entry->the_map;
1240 map = entry->the_map;
1274 map = entry->the_map;
1374 map = entry->the_map;
[all...]
H A Dhfs_misc.c243 map = entry->the_map;
H A Ddump.c280 map = entry->the_map;
793 m = entry->the_map->m;
794 offset = ((long long) entry->data->dpme_pblock_start) * entry->the_map->logical_block;
H A Dpdisk.c680 entry->the_map->changed = 1;

Completed in 93 milliseconds