Searched refs:bootargs (Results 1 – 12 of 12) sorted by relevance
17 use crate::bootargs::BootArgsIterator;207 if let Some(bootargs) = chosen.getprop_str(c"bootargs")? { in read_bootargs_from()210 let copy = CString::new(bootargs.to_bytes()).map_err(|_| FdtError::BadValue)?; in read_bootargs_from()217 fn patch_bootargs(fdt: &mut Fdt, bootargs: &CStr) -> libfdt::Result<()> { in patch_bootargs()222 node.setprop(c"bootargs", bootargs.to_bytes_with_nul()) in patch_bootargs()1092 bootargs: Option<CString>, field1198 let bootargs = read_bootargs_from(fdt).map_err(|e| { in parse_device_tree() localVariable1291 bootargs, in parse_device_tree()1316 if let Some(bootargs) = &info.bootargs { in patch_device_tree()1317 patch_bootargs(fdt, bootargs.as_c_str()).map_err(|e| { in patch_device_tree()[all …]
58 pub fn new(bootargs: &'a CStr) -> Result<Self, String> { in new()59 let arg = bootargs.to_str().map_err(|e| format!("{e}"))?; in new()
23 mod bootargs; module
15 adb = <1>; // adb is required to check VM's bootargs.
9 "name" : "libpvmfw.bootargs.test"
63 name: "libpvmfw.bootargs.test",65 // For now, only bootargs.rs is written to be conditionally compiled with std.66 srcs: ["src/bootargs.rs"],
13 bootargs = "panic=-1 crashkernel=31M";
52 bootargs = "panic=-1";
36324 ffffc00080b02c76 d __pi_get_bootargs_cmdline.bootargs
36326 ffffffc080aa7c76 d __pi_get_bootargs_cmdline.bootargs