Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 32) sorted by relevance

12

/DragonOS/kernel/src/init/
H A Dmod.rs7 pub mod init; module
H A Dcmdline.rs303 pub fn init(&self) { in init() method
/DragonOS/kernel/src/driver/base/
H A Dmod.rs8 pub mod init; module
H A Dcpu.rs42 pub fn init() -> Result<(), SystemError> { in init() method
/DragonOS/kernel/src/smp/
H A Dmod.rs15 pub mod init; module
/DragonOS/tools/debugging/logmonitor/src/
H A Dtui.rs33 pub fn init(&mut self) -> AppResult<()> { in init() method
H A Dlogging.rs9 pub fn init(cmd_args: &CommandLineArgs) -> LoggingInitResult { in init() function
/DragonOS/kernel/src/arch/riscv64/
H A Dmod.rs5 pub mod init; module
/DragonOS/kernel/src/arch/x86_64/
H A Dmod.rs8 pub mod init; module
/DragonOS/kernel/src/mm/
H A Dpercpu.rs34 pub fn init() { in init() method
H A Dmod.rs27 pub mod init; module
547 unsafe fn init(); in init() method
/DragonOS/kernel/src/
H A Dlib.rs55 mod init; module
/DragonOS/kernel/src/libs/
H A Dlazy_init.rs68 pub fn init(&self, value: T) { in init() method
/DragonOS/kernel/src/driver/firmware/efi/
H A Dmod.rs14 pub mod init; module
/DragonOS/kernel/src/driver/acpi/
H A Dmod.rs59 fn init(&self) -> Result<(), SystemError> { in init() method
/DragonOS/kernel/src/exception/
H A Dmod.rs11 pub mod init; module
/DragonOS/kernel/src/arch/x86_64/driver/
H A Dtsc.rs30 pub fn init() -> Result<(), SystemError> { in init() method
/DragonOS/kernel/src/process/
H A Dcred.rs59 pub const fn init() -> Self { in init() method
/DragonOS/kernel/src/arch/riscv64/mm/
H A Dmod.rs25 pub(super) mod init; module
151 unsafe fn init() { in init() method
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dapic_timer.rs214 fn init(&mut self, mode: LocalApicTimerMode, initial_count: u64, divisor: u32) { in init() method
/DragonOS/kernel/src/driver/block/cache/
H A Dcached_block_device.rs42 pub fn init() { in init() method
/DragonOS/kernel/src/perf/
H A Dbpf.rs59 fn init(ptr: *mut u8, size: usize, phys_addr: PhysAddr) -> Self { in init() method
/DragonOS/kernel/src/driver/serial/serial8250/
H A Dserial8250_pio.rs125 pub fn init(&self) -> Result<(), SystemError> { in init() method
H A Dmod.rs88 pub fn init(&self) -> Result<(), SystemError> { in init() method
/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs137 unsafe fn init() { in init() method

12