Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/firmware/include/
H A Dgpt_misc.h93 uint8_t *secondary_entries; member
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dgpt.rs482 secondary_entries: [GptEntry; N], field
510 secondary_entries: Ref<B, [GptEntry]>, field
721 let secondary_entries = secondary_entries.as_bytes_mut(); in load_and_sync() localVariable
/aosp_15_r20/external/vboot_reference/tests/
H A Dcgptlib_test.c121 static uint8_t secondary_entries[PARTITION_ENTRIES_SIZE]; in GetEmptyGptData() local