Home | History | Annotate | Download | only in include

Lines Matching refs:gpt

11 #include "gpt.h"
14 * If gpt->current_kernel is this value, means either:
15 * 1. an initial value before scanning GPT entries,
21 * Bit definitions and masks for GPT attributes.
48 /* Defines ChromeOS-specific limitation on GPT */
57 /* Defines GPT sizes */
81 int CheckParameters(GptData* gpt);
117 * If successful, sets gpt->valid_headers and gpt->valid_entries and returns
122 int GptSanityCheck(GptData *gpt);
125 * Repair GPT data by copying from one set of valid headers/entries to the
129 void GptRepair(GptData *gpt);
135 void GptModified(GptData *gpt);
154 void GetCurrentKernelUniqueGuid(GptData *gpt, void *dest);