Searched refs:vm_name (Results 1 – 3 of 3) sorted by relevance
172 char *vm_name = NULL; in hax_host_open_vm() local174 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()
262 char *vm_name = NULL; in hax_host_open_vm() local265 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()
282 char *vm_name = NULL; in hax_vm_create() local303 dprint("Open vm device error:%s\n", vm_name); in hax_vm_create()