Searched defs:BootMetadata (Results 1 – 1 of 1) sorted by relevance
6 pub struct BootMetadata { struct9 pub boot_protocol: BootProtocol,12 pub boot_mode: BootMode,14 pub hypervisor: HypervisorType,18 pub kcmd_args: Vec<String>,21 pub init_args: Vec<String>,63 fn parse_boot_metadata(toml_str: &str) -> Result<BootMetadata, toml::de::Error> { in parse_boot_metadata()