Home
last modified time | relevance | path

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

/openbsd/usr.sbin/vmd/
H A Dfw_cfg.c100 switch (vmc->vmc_bootdevice) { in fw_cfg_init()
H A Dvmd.h217 unsigned int vmc_bootdevice; member
H A Dx86_vm.c259 ret = loadfile_elf(fp, vm, vrs, vm->vm_params.vmc_bootdevice); in load_firmware()
H A Dparse.y484 vmc.vmc_bootdevice = $3;
H A Dvirtio.c630 if (i == 0 && vmc->vmc_bootdevice & VMBOOTDEV_NET) in virtio_init()
H A Dvmd.c491 vm->vm_params.vmc_bootdevice) { in vmd_dispatch_vmm()
/openbsd/usr.sbin/vmctl/
H A Dvmctl.c206 vmc->vmc_bootdevice = bootdevice; in vm_start()