Searched defs:secondary_entries (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/firmware/include/
H A Dgpt_misc.h90 uint8_t *secondary_entries; member in struct:__anon16871
123 * secondary_entries
/external/vboot_reference/tests/
H A Dcgptlib_test.c80 entries2 = (GptEntry *)gpt->secondary_entries;
103 Memset(gpt->secondary_entries, 0, PARTITION_ENTRIES_SIZE);
123 static uint8_t secondary_entries[PARTITION_ENTRIES_SIZE]; local
129 gpt.secondary_entries = secondary_entries;
195 entries2 = (GptEntry *)gpt->secondary_entries;
682 GptEntry *e2 = (GptEntry *)(gpt->secondary_entries);
689 gpt->secondary_entries[TOTAL_ENTRIES_SIZE-1] ^= 0x5a;
893 gpt->secondary_entries[0]++;
916 gpt->secondary_entries[
[all...]

Completed in 87 milliseconds