Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 12 of 12) sorted by relevance

/DragonOS/kernel/src/filesystem/procfs/
H A Dkmsg.rs48 console_loglevel: LogLevel::DEFAULT, in new()
64 LogLevel::DEFAULT => self.read_all(buf), in read()
97 self.console_loglevel = LogLevel::DEFAULT; in read_level()
131 8 => LogLevel::DEFAULT, in set_level()
143 if self.console_loglevel == LogLevel::DEFAULT { in tobytes()
H A Dlog.rs38 DEFAULT = 8, enumerator
52 _ => LogLevel::DEFAULT, in from()
96 LogLevel::DEFAULT => "Default", in fmt()
/DragonOS/kernel/src/init/
H A Dboot.rs26 const DEFAULT: Self = BootParams { constant
27 screen_info: BootTimeScreenInfo::DEFAULT,
29 arch: ArchBootParams::DEFAULT,
38 Self::DEFAULT in new()
/DragonOS/kernel/src/mm/
H A Dearly_ioremap.rs15 SpinLock::new([Slot::DEFAULT; EarlyIoRemap::SLOT_CNT]);
187 *slot = Slot::DEFAULT; in unmap()
210 const DEFAULT: Self = Self { constant
H A Dmod.rs411 pub const DEFAULT: Self = Self { constant
436 return Self::DEFAULT; in default()
H A Dmemblock.rs46 initial_memory_regions: [PhysMemoryArea::DEFAULT; INITIAL_MEMORY_REGIONS_NUM], in new()
/DragonOS/kernel/src/driver/firmware/efi/
H A Dmod.rs55 mmap: EFIMemoryMapInfo::DEFAULT, in new()
H A Dmemmap.rs36 pub const DEFAULT: Self = EFIMemoryMapInfo { constant
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmod.rs35 pub const DEFAULT: Self = ArchBootParams {}; constant
/DragonOS/kernel/src/arch/riscv64/init/
H A Dmod.rs34 pub const DEFAULT: Self = ArchBootParams { 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.rs465 const DEFAULT = 0; /* Default call to umount. */ constant