Home | History | Annotate | Download | only in target-i386

Lines Matching refs:hDevice

23     HANDLE hDevice;
28 hDevice = CreateFile( "\\\\.\\HAX",
36 if (hDevice == INVALID_HANDLE_VALUE)
44 *fd = hDevice;
139 HANDLE hDevice = hax->fd; //handle to hax module
143 if (hax_invalid_fd(hDevice)) {
148 ret = DeviceIoControl(hDevice,
169 HANDLE hDevice = hax->fd; //handle to hax module
173 if (hax_invalid_fd(hDevice)) {
178 ret = DeviceIoControl(hDevice,