OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_index
(Results
1 - 10
of
10
) sorted by relevancy
/src/sbin/gpt/
set.c
106
m->
map_index
< 1)
110
entry = m->
map_index
;
unset.c
103
m->
map_index
< 1)
107
entry = m->
map_index
;
map.h
49
unsigned int
map_index
;
member in struct:map
resize.c
95
if (entry == map->
map_index
)
169
m->
map_index
< 1)
173
entry = m->
map_index
;
biosboot.c
214
if (m->map_type != MAP_TYPE_GPT_PART || m->
map_index
< 1)
220
if (entry > 0 && m->
map_index
== entry)
246
i = m->
map_index
- 1;
show.c
398
(uintmax_t)m->map_size, m->
map_index
);
418
if (m->
map_index
> 0)
419
printf("%5d", m->
map_index
);
468
printf("Index: %u\n", m->
map_index
);
526
if (entry == m->
map_index
)
599
if (m->
map_index
> 0) {
600
printf("%5d ", m->
map_index
);
840
m->
map_index
< 1)
844
entry = m->
map_index
;
gpt.c
361
m->
map_index
= *next_index;
470
m->
map_index
= i + 1;
1120
if (m->map_type != MAP_TYPE_GPT_PART || m->
map_index
< 1)
1122
if (find->entry > 0 && find->entry != m->
map_index
)
1129
i = m->
map_index
- 1;
1157
gpt_msg(gpt, "Partition %d %s", m->
map_index
, find->msg);
map.c
60
m->
map_index
= 0;
/src/sbin/efi/
gptsubr.c
101
unsigned int
map_index
;
275
m->
map_index
,
307
if (m->
map_index
== idx)
570
if (m->map_type != MAP_TYPE_GPT_PART || m->
map_index
< 1) {
578
index = (int)m->
map_index
;
bootvar.c
168
pp->PartitionNumber = m->
map_index
;
Completed in 41 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026