Lines Matching refs:GptEntry
45 #define TOTAL_ENTRIES_SIZE (MAX_NUMBER_OF_ENTRIES * sizeof(GptEntry)) /* 16384 */
75 GptEntry *entries, *entries2; in RefreshCrc32()
78 entries = (GptEntry *)gpt->primary_entries; in RefreshCrc32()
80 entries2 = (GptEntry *)gpt->secondary_entries; in RefreshCrc32()
148 GptEntry *entries, *entries2; in BuildTestGptData()
162 entries = (GptEntry *)gpt->primary_entries; in BuildTestGptData()
195 entries2 = (GptEntry *)gpt->secondary_entries; in BuildTestGptData()
214 EXPECT(GPTENTRY_EXPECTED_SIZE == sizeof(GptEntry)); in StructSizeTest()
681 GptEntry *e1 = (GptEntry *)(gpt->primary_entries); in EntriesCrcTest()
682 GptEntry *e2 = (GptEntry *)(gpt->secondary_entries); in EntriesCrcTest()
707 GptEntry *e1 = (GptEntry *)(gpt->primary_entries); in ValidEntryTest()
741 GptEntry *e = (GptEntry *)gpt->primary_entries; in OverlappedPartitionTest()
818 GptEntry *e1 = (GptEntry *)gpt->primary_entries; in SanityCheckTest()
1038 GptEntry *e = (GptEntry *)(gpt->primary_entries); in EntryAttributeGetSetTest()
1083 GptEntry *e = (GptEntry *)(gpt->primary_entries); in EntryTypeTest()
1101 static void FreeEntry(GptEntry *e) in FreeEntry()
1107 static void FillEntry(GptEntry *e, int is_kernel, in FillEntry()
1123 GptEntry *e1 = (GptEntry *)(gpt->primary_entries); in NoValidKernelEntryTest()
1138 GptEntry *e1 = (GptEntry *)(gpt->primary_entries); in GetNextNormalTest()
1173 GptEntry *e1 = (GptEntry *)(gpt->primary_entries); in GetNextPrioTest()
1200 GptEntry *e1 = (GptEntry *)(gpt->primary_entries); in GetNextTriesTest()
1225 GptEntry *e = (GptEntry *)(gpt->primary_entries); in GptUpdateTest()
1226 GptEntry *e2 = (GptEntry *)(gpt->secondary_entries); in GptUpdateTest()
1333 GptEntry *e = (GptEntry *)gpt->primary_entries; in DuplicateUniqueGuidTest()
1391 GptEntry *e = (GptEntry *)gpt->primary_entries; in GetKernelGuidTest()