OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_map
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/pdisk/dist/
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;
partition_map.h
68
struct partition_map_header *
the_map
;
member in struct:partition_map
partition_map.c
387
entry->
the_map
= map;
989
entry->data->dpme_pblock_start >= entry->
the_map
->media_size) {
999
entry->
the_map
->media_size - entry->data->dpme_pblock_start;
1015
map = entry->
the_map
;
1031
map = entry->
the_map
;
1127
map = entry->
the_map
;
1220
map = entry->
the_map
;
1243
map = entry->
the_map
;
1277
map = entry->
the_map
;
1377
map = entry->
the_map
;
[
all
...]
hfs_misc.c
245
map = entry->
the_map
;
dump.c
279
map = entry->
the_map
;
735
m = entry->
the_map
->m;
736
offset = ((long long) entry->data->dpme_pblock_start) * entry->
the_map
->logical_block;
pdisk.c
667
entry->
the_map
->changed = 1;
Completed in 114 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026