Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/crc/src/
H A Dlib.rs11 pub mod tables; module
/DragonOS/kernel/src/driver/acpi/
H A Dsysfs.rs110 let tables = self.tables().unwrap(); in acpi_tables_sysfs_init() localVariable
304 let tables = acpi_manager().tables().unwrap(); in read() localVariable
H A Dmod.rs154 pub fn tables(&self) -> Option<&'static acpi::AcpiTables<AcpiHandlerImpl>> { in tables() method
/DragonOS/kernel/src/driver/firmware/efi/
H A Dmod.rs16 pub mod tables; module