Searched defs:devfs_path (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dhax-darwin.c219 char *devfs_path = NULL; local
222 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);
223 if (!devfs_path)
229 fd = open(devfs_path, O_RDWR);
230 g_free(devfs_path);
H A Dhax-windows.c330 char *devfs_path = NULL; local
333 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);
334 if (!devfs_path)
340 hDeviceVCPU = CreateFile( devfs_path,
350 g_free(devfs_path);

Completed in 102 milliseconds