Searched refs:oem_strings (Results 1 – 7 of 7) sorted by relevance
/external/crosvm/x86_64/src/ |
D | smbios.rs | 261 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()
|
D | lib.rs | 921 smbios::setup_smbios(&mem, components.dmi_path, &components.oem_strings) in build_vm()
|
/external/crosvm/src/crosvm/ |
D | cmdline.rs | 1499 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()
|
D | config.rs | 1085 pub oem_strings: Vec<String>, field 1305 oem_strings: Vec::new(), in default()
|
/external/crosvm/src/sys/ |
D | windows.rs | 1488 oem_strings: cfg.oem_strings.clone(), in setup_vm_components()
|
/external/crosvm/arch/src/ |
D | lib.rs | 335 pub oem_strings: Vec<String>, field
|
/external/crosvm/src/crosvm/sys/ |
D | unix.rs | 1213 oem_strings: cfg.oem_strings.clone(), in setup_vm_components()
|