OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAX_IOCTL_CAPABILITY
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
hax-darwin.h
44
#define
HAX_IOCTL_CAPABILITY
_IOR(0, 0x23, struct hax_capabilityinfo)
hax-windows.h
48
#define
HAX_IOCTL_CAPABILITY
CTL_CODE(HAX_DEVICE_TYPE, 0x910, METHOD_BUFFERED, FILE_ANY_ACCESS)
hax-darwin.c
92
ret = ioctl(hax->fd,
HAX_IOCTL_CAPABILITY
, cap);
hax-windows.c
152
HAX_IOCTL_CAPABILITY
,
Completed in 2682 milliseconds