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 g_free(vm_name); in hax_host_open_vm()
Dhax-windows.c262 char *vm_name = NULL; in hax_host_open_vm() local
265 vm_name = hax_vm_devfs_string(vm_id); in hax_host_open_vm()
266 if (!vm_name) { in hax_host_open_vm()
271 hDeviceVM = CreateFile(vm_name, in hax_host_open_vm()
279 dprint("Open the vm devcie error:%s, ec:%d\n", vm_name, GetLastError()); in hax_host_open_vm()
281 g_free(vm_name); in hax_host_open_vm()
Dhax-all.c282 char *vm_name = NULL; in hax_vm_create() local
303 dprint("Open vm device error:%s\n", vm_name); in hax_vm_create()