Home
last modified time | relevance | path

Searched refs:init_bootloader_name (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/init/
H A Ddragonstub.rs17 fn init_bootloader_name(&self) -> Result<Option<String>, SystemError> { in init_bootloader_name() method
/DragonOS/kernel/src/init/
H A Dboot.rs122 fn init_bootloader_name(&self) -> Result<Option<String>, SystemError>; in init_bootloader_name() method
161 .init_bootloader_name() in boot_callback_except_early()
/DragonOS/kernel/src/arch/x86_64/init/pvh/
H A Dmod.rs29 fn init_bootloader_name(&self) -> Result<Option<String>, SystemError> { in init_bootloader_name() method
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot2.rs61 fn init_bootloader_name(&self) -> Result<Option<String>, SystemError> { in init_bootloader_name() method