/DragonOS/kernel/src/init/ |
H A D | mod.rs | 7 pub mod init; module
|
H A D | cmdline.rs | 303 pub fn init(&self) { in init() method
|
/DragonOS/kernel/src/driver/base/ |
H A D | mod.rs | 8 pub mod init; module
|
H A D | cpu.rs | 42 pub fn init() -> Result<(), SystemError> { in init() method
|
/DragonOS/kernel/src/smp/ |
H A D | mod.rs | 15 pub mod init; module
|
/DragonOS/tools/debugging/logmonitor/src/ |
H A D | tui.rs | 33 pub fn init(&mut self) -> AppResult<()> { in init() method
|
H A D | logging.rs | 9 pub fn init(cmd_args: &CommandLineArgs) -> LoggingInitResult { in init() function
|
/DragonOS/kernel/src/arch/riscv64/ |
H A D | mod.rs | 5 pub mod init; module
|
/DragonOS/kernel/src/arch/x86_64/ |
H A D | mod.rs | 8 pub mod init; module
|
/DragonOS/kernel/src/mm/ |
H A D | percpu.rs | 34 pub fn init() { in init() method
|
H A D | mod.rs | 27 pub mod init; module 547 unsafe fn init(); in init() method
|
/DragonOS/kernel/src/ |
H A D | lib.rs | 55 mod init; module
|
/DragonOS/kernel/src/libs/ |
H A D | lazy_init.rs | 68 pub fn init(&self, value: T) { in init() method
|
/DragonOS/kernel/src/driver/firmware/efi/ |
H A D | mod.rs | 14 pub mod init; module
|
/DragonOS/kernel/src/driver/acpi/ |
H A D | mod.rs | 59 fn init(&self) -> Result<(), SystemError> { in init() method
|
/DragonOS/kernel/src/exception/ |
H A D | mod.rs | 11 pub mod init; module
|
/DragonOS/kernel/src/arch/x86_64/driver/ |
H A D | tsc.rs | 30 pub fn init() -> Result<(), SystemError> { in init() method
|
/DragonOS/kernel/src/process/ |
H A D | cred.rs | 59 pub const fn init() -> Self { in init() method
|
/DragonOS/kernel/src/arch/riscv64/mm/ |
H A D | mod.rs | 25 pub(super) mod init; module 151 unsafe fn init() { in init() method
|
/DragonOS/kernel/src/arch/x86_64/driver/apic/ |
H A D | apic_timer.rs | 214 fn init(&mut self, mode: LocalApicTimerMode, initial_count: u64, divisor: u32) { in init() method
|
/DragonOS/kernel/src/driver/block/cache/ |
H A D | cached_block_device.rs | 42 pub fn init() { in init() method
|
/DragonOS/kernel/src/perf/ |
H A D | bpf.rs | 59 fn init(ptr: *mut u8, size: usize, phys_addr: PhysAddr) -> Self { in init() method
|
/DragonOS/kernel/src/driver/serial/serial8250/ |
H A D | serial8250_pio.rs | 125 pub fn init(&self) -> Result<(), SystemError> { in init() method
|
H A D | mod.rs | 88 pub fn init(&self) -> Result<(), SystemError> { in init() method
|
/DragonOS/kernel/src/arch/x86_64/mm/ |
H A D | mod.rs | 137 unsafe fn init() { in init() method
|