Home
last modified time | relevance | path

Searched defs:primary_entries (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vboot_reference/firmware/include/
H A Dgpt_misc.h91 uint8_t *primary_entries; member
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dgpt.rs481 primary_entries: [GptEntry; N], field
509 primary_entries: Ref<B, [GptEntry]>, field
720 let primary_entries = primary_entries.as_bytes_mut(); in load_and_sync() localVariable
/aosp_15_r20/external/vboot_reference/tests/
H A Dcgptlib_test.c119 static uint8_t primary_entries[PARTITION_ENTRIES_SIZE]; in GetEmptyGptData() local