OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_find
(Results
1 - 13
of
13
) sorted by relevancy
/src/sbin/gpt/
destroy.c
73
pri_hdr =
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR);
74
sec_hdr =
map_find
(gpt, MAP_TYPE_SEC_GPT_HDR);
75
pmbr =
map_find
(gpt, MAP_TYPE_PMBR);
map.h
58
struct map *
map_find
(struct gpt *, int);
create.c
78
map =
map_find
(gpt, MAP_TYPE_MBR);
91
if (
map_find
(gpt, MAP_TYPE_PMBR) == NULL) {
recover.c
158
if (
map_find
(gpt, MAP_TYPE_MBR) != NULL) {
163
gpt->gpt =
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR);
164
gpt->tpg =
map_find
(gpt, MAP_TYPE_SEC_GPT_HDR);
165
gpt->tbl =
map_find
(gpt, MAP_TYPE_PRI_GPT_TBL);
166
gpt->lbt =
map_find
(gpt, MAP_TYPE_SEC_GPT_TBL);
207
if (
map_find
(gpt, MAP_TYPE_PMBR) == NULL) {
resizedisk.c
102
mbrmap =
map_find
(gpt, MAP_TYPE_PMBR);
109
gpt->gpt =
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR);
115
gpt->tbl =
map_find
(gpt, MAP_TYPE_PRI_GPT_TBL);
124
gpt->tpg =
map_find
(gpt, MAP_TYPE_SEC_GPT_HDR);
125
gpt->lbt =
map_find
(gpt, MAP_TYPE_SEC_GPT_TBL);
header.c
83
map =
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR);
restore.c
192
if (
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR) != NULL ||
193
map_find
(gpt, MAP_TYPE_SEC_GPT_HDR) != NULL) {
199
map =
map_find
(gpt, MAP_TYPE_MBR);
gpt.c
591
map =
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR);
694
gpt->gpt =
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR);
700
gpt->tpg =
map_find
(gpt, MAP_TYPE_SEC_GPT_HDR);
706
gpt->tbl =
map_find
(gpt, MAP_TYPE_PRI_GPT_TBL);
707
gpt->lbt =
map_find
(gpt, MAP_TYPE_SEC_GPT_TBL);
840
if (
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR) != NULL ||
841
map_find
(gpt, MAP_TYPE_SEC_GPT_HDR) != NULL) {
biosboot.c
185
mbrmap =
map_find
(gpt, MAP_TYPE_PMBR);
migrate.c
246
map =
map_find
(gpt, MAP_TYPE_MBR);
map.c
360
map_find
(gpt_t gpt, int type)
function in typeref:typename:map_t
show.c
463
if (
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR) == NULL)
/src/sbin/efi/
gptsubr.c
303
if (
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR) == NULL)
388
m =
map_find
(gpt, MAP_TYPE_MBR);
432
if (
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR) == NULL)
557
if (
map_find
(gpt, MAP_TYPE_PRI_GPT_HDR) == NULL)
Completed in 17 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025