Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dgpt.rs270 pub struct GptEntry { struct
285 impl GptEntry { argument
324 impl core::fmt::Display for GptEntry { implementation
359 fn new(entry: GptEntry, block_size: u64) -> Self { in new()
385 pub fn gpt_entry(&self) -> &GptEntry { in gpt_entry()
529 fn secondary(self) -> (Ref<B, GptHeader>, Ref<B, [GptEntry]>) { in secondary()
618 pub fn entries(&self) -> Result<&[GptEntry]> { in entries()
1189 modify_primary: impl FnOnce(&mut GptHeader, Ref<&mut [u8], [GptEntry]>), in test_gpt_sync_restore()
1222 fn modify(hdr: &mut GptHeader, _: Ref<&mut [u8], [GptEntry]>) { in test_sync_gpt_incorrect_magic()
1232 fn modify(hdr: &mut GptHeader, _: Ref<&mut [u8], [GptEntry]>) { in test_sync_gpt_incorrect_crc()
[all …]