Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/init/pvh/
H A Dmod.rs53 .boot_cmdline_append(cmdline.as_bytes()); in init_kernel_cmdline()
/DragonOS/kernel/src/init/
H A Dboot.rs72 pub fn boot_cmdline_append(&mut self, data: &[u8]) { in boot_cmdline_append() method
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot2.rs95 .boot_cmdline_append(cmdline.as_bytes()); in init_kernel_cmdline()
/DragonOS/kernel/src/driver/open_firmware/
H A Dfdt.rs143 .boot_cmdline_append(bootargs.as_bytes()); in early_init_scan_chosen()