OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
g_free(
devfs_path
);
hax-windows.c
330
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 152 milliseconds