HomeSort by relevance Sort by last modified time
    Searched defs:secondary_entries (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/include/
gpt_misc.h 90 uint8_t *secondary_entries; member in struct:__anon43239
123 * secondary_entries
  /external/vboot_reference/tests/
cgptlib_test.c 80 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[0]++
    [all...]

Completed in 2851 milliseconds