Searched refs:bootdevice (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/vmctl/
H A Dvmctl.h62 unsigned int bootdevice; member in struct:parse_result
H A Dmain.c219 res->path, res->isopath, res->instance, res->bootdevice);
850 if (res->bootdevice)
853 res->bootdevice = VMBOOTDEV_DISK;
855 res->bootdevice = VMBOOTDEV_CDROM;
857 res->bootdevice = VMBOOTDEV_NET;
H A Dvmctl.c76 char *iso, char *instance, unsigned int bootdevice)
206 vmc->vmc_bootdevice = bootdevice;
74 vm_start(uint32_t start_id, const char *name, size_t memsize, int nnics, char **nics, int ndisks, char **disks, int *disktypes, char *kernel, char *iso, char *instance, unsigned int bootdevice) argument
/openbsd-current/usr.sbin/vmd/
H A Dparse.y133 %type <v.number> bootdevice
482 | BOOT DEVICE bootdevice {
760 bootdevice : CDROM { $$ = VMBOOTDEV_CDROM; } label
H A Dloadfile_elf.c266 unsigned int bootdevice)
305 if (bootdevice == VMBOOTDEV_NET) {
265 loadfile_elf(gzFile fp, struct vmd_vm *vm, struct vcpu_reg_state *vrs, unsigned int bootdevice) argument

Completed in 143 milliseconds