Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 14 of 14) 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/tty/
H A Dtermios.rs18 pub const DEFAULT: WindowSize = WindowSize::new(24, 80, 1, 1); constant
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dserial8250_pio.rs402 *tty.core().window_size_write() = WindowSize::DEFAULT; in install()
438 core.resize( core.clone(), WindowSize::DEFAULT) in serial_8250_pio_register_tty_devices()
/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