Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dgpt.c39 static struct gpt_hdr hdr_primary, hdr_backup, *gpthdr; variable
97 if (part == 0 || part > gpthdr->hdr_entries) { in gptfind()
113 if (curent >= gpthdr->hdr_entries) { in gptfind()
114 curent = gpthdr->hdr_entries; in gptfind()
122 for (; curent < gpthdr->hdr_entries; curent++) { in gptfind()
136 for (; curent < gpthdr->hdr_entries; curent++) { in gptfind()
152 for (curent = 0; curent < gpthdr->hdr_entries; curent++) { in gptfind()
338 gpthdr = &hdr_primary; in gptread()
359 gpthdr = &hdr_backup; in gptread()