Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/multiboot/src/
H A Dlib.rs296 pub typ: u8, field
304 match self.typ { in color_info()
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot2.rs153 let area_typ = MemoryAreaType::from(region.typ()); in early_init_memory_blocks()