HomeSort by: relevance | last modified time | path
    Searched defs:the_map (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/pdisk/dist/
partition_map.h 68 struct partition_map_header * the_map; member in struct:partition_map
validate.c 87 static partition_map_header *the_map; variable
113 if (the_map != NULL) {
114 b0 = the_map->misc;
135 if (the_map != NULL) {
136 entry = find_entry_by_disk_address(n, the_map);
365 the_map = 0;
390 the_map = map;
411 limit = the_map->blocks_in_map;

Completed in 26 milliseconds