Searched defs:GptEntry (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/ |
H A D | gpt.rs | 266 pub struct GptEntry { struct 281 impl GptEntry { implementation 320 impl core::fmt::Display for GptEntry { implementation 355 fn new(entry: GptEntry, block_size: u64) -> Self { in new() 381 pub fn gpt_entry(&self) -> &GptEntry { in gpt_entry() 525 fn secondary(self) -> (Ref<B, GptHeader>, Ref<B, [GptEntry]>) { in secondary() 614 pub fn entries(&self) -> Result<&[GptEntry]> { in entries() 1185 modify_primary: impl FnOnce(&mut GptHeader, Ref<&mut [u8], [GptEntry]>), in test_gpt_sync_restore() 1218 fn modify(hdr: &mut GptHeader, _: Ref<&mut [u8], [GptEntry]>) { in test_sync_gpt_incorrect_magic() 1228 fn modify(hdr: &mut GptHeader, _: Ref<&mut [u8], [GptEntry]>) { in test_sync_gpt_incorrect_crc() [all …]
|
/aosp_15_r20/external/vboot_reference/firmware/include/ |
H A D | gpt.h | 133 } __attribute__((packed)) GptEntry; typedef
|
/aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/include/ |
H A D | gpt.h | 133 } __attribute__((packed)) GptEntry; typedef
|