HomeSort by relevance Sort by last modified time
    Searched refs:devfs_path (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-i386/
hax-darwin.c 219 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 qemu_free(devfs_path);
hax-windows.c 327 char *devfs_path = NULL; local
330 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);
331 if (!devfs_path)
337 hDeviceVCPU = CreateFile( devfs_path,
347 qemu_free(devfs_path);

Completed in 33 milliseconds