Home
last modified time | relevance | path

Searched refs:vm_name (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-i386/
Dhax-darwin.c172 char *vm_name = NULL; in hax_host_open_vm() local
174 vm_name = hax_vm_devfs_string(vm_id); in hax_host_open_vm()
175 if (!vm_name) in hax_host_open_vm()
178 fd = open(vm_name, O_RDWR); in hax_host_open_vm()
179 qemu_free(vm_name); in hax_host_open_vm()
Dhax-windows.c259 char *vm_name = NULL; in hax_host_open_vm() local
262 vm_name = hax_vm_devfs_string(vm_id); in hax_host_open_vm()
263 if (!vm_name) { in hax_host_open_vm()
268 hDeviceVM = CreateFile(vm_name, in hax_host_open_vm()
276 dprint("Open the vm devcie error:%s, ec:%d\n", vm_name, GetLastError()); in hax_host_open_vm()
278 qemu_free(vm_name); in hax_host_open_vm()
Dhax-all.c280 char *vm_name = NULL; in hax_vm_create() local
301 dprint("Open vm device error:%s\n", vm_name); in hax_vm_create()