Home | History | Annotate | Download | only in cgpt

Lines Matching refs:gpt

73   entry = GetEntry(&drive->gpt, PRIMARY, index);
131 if (GPT_SUCCESS != (gpt_retval = GptSanityCheck(&drive->gpt))) {
137 if (((drive->gpt.valid_headers & MASK_BOTH) != MASK_BOTH) ||
138 ((drive->gpt.valid_entries & MASK_BOTH) != MASK_BOTH)) {
139 Error("one of the GPT header/entries is invalid.\n"
236 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index);
249 // GPT-specific code
250 GptEntry *entry = GetEntry(&drive.gpt, PRIMARY, index);
271 entry = GetEntry(&drive->gpt, PRIMARY, index);
282 rv = CheckEntries((GptEntry*)drive->gpt.primary_entries,
283 (GptHeader*)drive->gpt.primary_header);