Lines Matching refs:GptEntry
47 (SECTOR_SIZE / sizeof(GptEntry))))) in CheckParameters()
101 if (h->size_of_entry != sizeof(GptEntry)) in CheckHeader()
153 int IsKernelEntry(const GptEntry *e) in IsKernelEntry()
159 int CheckEntries(GptEntry *entries, GptHeader *h) in CheckEntries()
163 GptEntry *entry; in CheckEntries()
175 GptEntry *e2; in CheckEntries()
242 GptEntry *entries1 = (GptEntry *)(gpt->primary_entries); in GptSanityCheck()
243 GptEntry *entries2 = (GptEntry *)(gpt->secondary_entries); in GptSanityCheck()
319 GptEntry *entries1 = (GptEntry *)(gpt->primary_entries); in GptRepair()
320 GptEntry *entries2 = (GptEntry *)(gpt->secondary_entries); in GptRepair()
365 int GetEntrySuccessful(const GptEntry *e) in GetEntrySuccessful()
371 int GetEntryPriority(const GptEntry *e) in GetEntryPriority()
377 int GetEntryTries(const GptEntry *e) in GetEntryTries()
383 void SetEntrySuccessful(GptEntry *e, int successful) in SetEntrySuccessful()
391 void SetEntryPriority(GptEntry *e, int priority) in SetEntryPriority()
399 void SetEntryTries(GptEntry *e, int tries) in SetEntryTries()
408 GptEntry *entries = (GptEntry *)gpt->primary_entries; in GetCurrentKernelUniqueGuid()
409 GptEntry *e = entries + gpt->current_kernel; in GetCurrentKernelUniqueGuid()