Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/acpi/src/
Dsdt.rs100 pub struct SdtHeader { struct
112 impl SdtHeader { implementation
137 …unsafe { core::slice::from_raw_parts((self as *const SdtHeader).cast::<u8>(), self.length as usize… in validate_checksum() constant
Dlib.rs118 fn header(&self) -> &sdt::SdtHeader; in header()
278 usize::from_le_bytes(ptr_bytes_dst) as *const SdtHeader in tables_phys_ptrs() constant
317 fn header(&self) -> &SdtHeader { in dsdt()
367 …blesPhysPtrsIter<'t> = core::iter::Map<core::slice::Chunks<'t, u8>, fn(&[u8]) -> *const SdtHeader>; constant
426 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()
Dfadt.rs122 fn header(&self) -> &SdtHeader { in header()
Dmadt.rs46 fn header(&self) -> &SdtHeader { in header()