Home
last modified time | relevance | path

Searched refs:gpttable (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/stand/libsa/
H A Dgpt.c42 static struct gpt_ent *gpttable; variable
101 ent = &gpttable[part - 1]; in gptfind()
123 ent = &gpttable[curent]; in gptfind()
137 ent = &gpttable[curent]; in gptfind()
153 ent = &gpttable[curent]; in gptfind()
163 ent = &gpttable[curent]; in gptfind()
216 if (!(gpttable[curent].ent_attr & GPT_ENT_ATTR_BOOTONCE)) in gptbootfailed()
339 gpttable = table_primary; in gptread()
360 gpttable = table_backup; in gptread()
/freebsd-src/stand/i386/gptboot/
H A Dgptboot.c242 (gpttable[curent].ent_lba_end - gpttable[curent].ent_lba_start), in gptinit()