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

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

Completed in 45 milliseconds