Searched refs:Bios (Results 1 – 6 of 6) sorted by relevance
248 VmImage::Bios(_) => true, in build_vm()349 VmImage::Bios(ref mut bios) => { in build_vm()
41 Bios(PathBuf), enumerator
2328 Some(Executable::Bios(ref bios_path)) => VmImage::Bios( in setup_vm_components()
1593 cfg.executable_path = Some(Executable::Bios(PathBuf::from(value.unwrap().to_owned()))); in set_argument()
356 VmImage::Bios(bios_file) => Some(bios_file.metadata().map_err(Error::LoadBios)?.len()), in guest_memory_layout()473 VmImage::Bios(ref mut bios) => Self::load_bios(&mem, bios)?, in build_vm()527 has_bios: matches!(components.vm_image, VmImage::Bios(_)), in build_vm()
54 Bios(File), enumerator