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

  /external/vboot_reference/firmware/include/
gpt_misc.h 88 uint8_t *primary_entries; member in struct:__anon27264
122 * primary_entries
  /external/vboot_reference/tests/
cgptlib_test.c 78 entries = (GptEntry *)gpt->primary_entries;
102 Memset(gpt->primary_entries, 0, PARTITION_ENTRIES_SIZE);
121 static uint8_t primary_entries[PARTITION_ENTRIES_SIZE]; local
127 gpt.primary_entries = primary_entries;
162 entries = (GptEntry *)gpt->primary_entries;
681 GptEntry *e1 = (GptEntry *)(gpt->primary_entries);
688 gpt->primary_entries[0] ^= 0xa5; /* just XOR a non-zero value */
707 GptEntry *e1 = (GptEntry *)(gpt->primary_entries);
741 GptEntry *e = (GptEntry *)gpt->primary_entries;
    [all...]

Completed in 1975 milliseconds