Searched refs:DEFAULT (Results 1 – 14 of 14) sorted by relevance
/DragonOS/kernel/src/filesystem/procfs/ |
H A D | kmsg.rs | 48 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 D | log.rs | 38 DEFAULT = 8, enumerator 52 _ => LogLevel::DEFAULT, in from() 96 LogLevel::DEFAULT => "Default", in fmt()
|
/DragonOS/kernel/src/init/ |
H A D | boot.rs | 26 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 D | early_ioremap.rs | 15 SpinLock::new([Slot::DEFAULT; EarlyIoRemap::SLOT_CNT]); 187 *slot = Slot::DEFAULT; in unmap() 210 const DEFAULT: Self = Self { constant
|
H A D | mod.rs | 411 pub const DEFAULT: Self = Self { constant 436 return Self::DEFAULT; in default()
|
H A D | memblock.rs | 46 initial_memory_regions: [PhysMemoryArea::DEFAULT; INITIAL_MEMORY_REGIONS_NUM], in new()
|
/DragonOS/kernel/src/driver/firmware/efi/ |
H A D | mod.rs | 55 mmap: EFIMemoryMapInfo::DEFAULT, in new()
|
H A D | memmap.rs | 36 pub const DEFAULT: Self = EFIMemoryMapInfo { constant
|
/DragonOS/kernel/src/arch/x86_64/init/ |
H A D | mod.rs | 35 pub const DEFAULT: Self = ArchBootParams {}; constant
|
/DragonOS/kernel/src/arch/riscv64/init/ |
H A D | mod.rs | 34 pub const DEFAULT: Self = ArchBootParams { constant
|
/DragonOS/kernel/src/driver/tty/ |
H A D | termios.rs | 18 pub const DEFAULT: WindowSize = WindowSize::new(24, 80, 1, 1); constant
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | serial8250_pio.rs | 402 *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 D | mod.rs | 1115 pub const DEFAULT: Self = Self { constant
|
/DragonOS/kernel/src/filesystem/vfs/ |
H A D | syscall.rs | 469 const DEFAULT = 0; /* Default call to umount. */ constant
|