Home | History | Annotate | Download | only in cgptlib

Lines Matching refs:GptEntry

36 	GptEntry *entries = (GptEntry *)gpt->primary_entries;
37 GptEntry *e;
120 int GptUpdateKernelWithEntry(GptData *gpt, GptEntry *e, uint32_t update_type)
200 GptEntry *entries = (GptEntry *)gpt->primary_entries;
201 GptEntry *e = entries + gpt->current_kernel;
215 GptEntry *GptFindNthEntry(GptData *gpt, const Guid *guid, unsigned int n)
218 GptEntry *entries = (GptEntry *)gpt->primary_entries;
219 GptEntry *e;