Home
last modified time | relevance | path

Searched refs:oem_strings (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/x86_64/src/
Dsmbios.rs261 oem_strings: &[String], in setup_smbios()
307 if !oem_strings.is_empty() { in setup_smbios()
311 if oem_strings.len() > u8::MAX.into() { in setup_smbios()
319 count: oem_strings.len() as u8, in setup_smbios()
322 for oem_string in oem_strings { in setup_smbios()
Dlib.rs921 smbios::setup_smbios(&mem, components.dmi_path, &components.oem_strings) in build_vm()
/external/crosvm/src/crosvm/
Dcmdline.rs1499 pub oem_strings: Vec<String>, field
2928 cfg.oem_strings = cmd.oem_strings; in try_from()
2930 if !cfg.oem_strings.is_empty() && cfg.dmi_path.is_some() { in try_from()
Dconfig.rs1085 pub oem_strings: Vec<String>, field
1305 oem_strings: Vec::new(), in default()
/external/crosvm/src/sys/
Dwindows.rs1488 oem_strings: cfg.oem_strings.clone(), in setup_vm_components()
/external/crosvm/arch/src/
Dlib.rs335 pub oem_strings: Vec<String>, field
/external/crosvm/src/crosvm/sys/
Dunix.rs1213 oem_strings: cfg.oem_strings.clone(), in setup_vm_components()