Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/init/
H A Dmod.rs34 pub const DEFAULT: Self = ArchBootParams { constant
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmod.rs35 pub const DEFAULT: Self = ArchBootParams {}; constant
/DragonOS/kernel/src/mm/
H A Dearly_ioremap.rs210 const DEFAULT: Self = Self { constant
H A Dmod.rs411 pub const DEFAULT: Self = Self { constant
/DragonOS/kernel/src/driver/firmware/efi/
H A Dmemmap.rs36 pub const DEFAULT: Self = EFIMemoryMapInfo { constant
/DragonOS/kernel/src/init/
H A Dboot.rs26 const DEFAULT: Self = BootParams { constant
/DragonOS/kernel/src/filesystem/procfs/
H A Dlog.rs38 DEFAULT = 8, enumerator
/DragonOS/kernel/src/driver/tty/
H A Dtermios.rs18 pub const DEFAULT: WindowSize = WindowSize::new(24, 80, 1, 1); constant
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs1115 pub const DEFAULT: Self = Self { constant
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs469 const DEFAULT = 0; /* Default call to umount. */ constant