Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/acpi/src/
Dsdt.rs100 pub struct SdtHeader { struct
112 impl SdtHeader { argument
137 …unsafe { core::slice::from_raw_parts((self as *const SdtHeader).cast::<u8>(), self.length as usize… in validate_checksum() constant
Dlib.rs116 fn header(&self) -> &sdt::SdtHeader; in header()
306 usize::from_le_bytes(ptr_bytes_dst) as *const SdtHeader in tables_phys_ptrs() constant
350 fn header(&self) -> &SdtHeader { in dsdt()
398 …blesPhysPtrsIter<'t> = core::iter::Map<core::slice::Chunks<'t, u8>, fn(&[u8]) -> *const SdtHeader>; constant
459 fn header(&self) -> &SdtHeader { in next()
Dbgrt.rs25 fn header(&self) -> &SdtHeader { in header()
Dhpet.rs96 fn header(&self) -> &SdtHeader { in header()
Dmcfg.rs113 fn header(&self) -> &SdtHeader { in header()
Dspcr.rs59 fn header(&self) -> &SdtHeader { in header()
Dfadt.rs122 fn header(&self) -> &SdtHeader { in header()
Dmadt.rs58 fn header(&self) -> &SdtHeader { in header()