Lines Matching refs:secondary_entries
80 entries2 = (GptEntry *)gpt->secondary_entries; in RefreshCrc32()
103 Memset(gpt->secondary_entries, 0, PARTITION_ENTRIES_SIZE); in ZeroEntries()
123 static uint8_t secondary_entries[PARTITION_ENTRIES_SIZE]; in GetEmptyGptData() local
129 gpt.secondary_entries = secondary_entries; in GetEmptyGptData()
195 entries2 = (GptEntry *)gpt->secondary_entries; in BuildTestGptData()
682 GptEntry *e2 = (GptEntry *)(gpt->secondary_entries); in EntriesCrcTest()
689 gpt->secondary_entries[TOTAL_ENTRIES_SIZE-1] ^= 0x5a; in EntriesCrcTest()
893 gpt->secondary_entries[0]++; in SanityCheckTest()
916 gpt->secondary_entries[0]++; in SanityCheckTest()
936 gpt->primary_entries = gpt->secondary_entries; in SanityCheckTest()
957 gpt->secondary_entries[0]++; in SanityCheckTest()
970 gpt->secondary_entries[0]++; in SanityCheckTest()
997 gpt->secondary_entries[0]++; in SanityCheckTest()
1016 gpt->secondary_entries = NULL; in SanityCheckTest()
1226 GptEntry *e2 = (GptEntry *)(gpt->secondary_entries); in GptUpdateTest()