Searched defs:GptHeader (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/crosvm/disk/src/ |
H A D | gpt.rs | 82 struct GptHeader { struct 98 impl GptHeader { implementation
|
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/ |
H A D | gpt.rs | 42 pub struct GptHeader { struct 44 pub magic: u64, 46 pub revision: u32, 48 pub size: u32, 73 impl GptHeader { argument 75 pub fn from_bytes_mut(bytes: &mut [u8]) -> &mut GptHeader { in from_bytes_mut() 117 fn check_header(io: &mut impl BlockIo, header: &GptHeader, is_primary: bool) -> Result<()> { in check_header() 206 fn check_entries(header: &GptHeader, entries: &[u8]) -> Result<()> { in check_entries() 525 fn secondary(self) -> (Ref<B, GptHeader>, Ref<B, [GptEntry]>) { in secondary() argument 769 fn is_consistent(primary: &GptHeader, secondary: &GptHeader) -> bool { in is_consistent() [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/libs/image_aggregator/ |
D | image_aggregator.cc | 75 struct __attribute__((packed)) GptHeader { struct 76 std::uint8_t signature[8]; 77 std::uint8_t revision[4]; 78 std::uint32_t header_size; 79 std::uint32_t header_crc32; 80 std::uint32_t reserved; 81 std::uint64_t current_lba; 82 std::uint64_t backup_lba; 83 std::uint64_t first_usable_lba; 84 std::uint64_t last_usable_lba; [all …]
|
/aosp_15_r20/external/vboot_reference/firmware/include/ |
H A D | gpt.h | 104 } __attribute__((packed)) GptHeader; typedef
|
/aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/include/ |
H A D | gpt.h | 104 } __attribute__((packed)) GptHeader; typedef
|