Home
last modified time | relevance | path

Searched refs:hDevice (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c146 static HANDLE hDevice; variable
185 if (hDevice == NULL || hDevice == INVALID_HANDLE_VALUE) in open_imb()
205 CloseHandle(hDevice); in open_imb()
208 hDevice1 = hDevice; in open_imb()
448 status = DeviceIoControl ( hDevice, in StartAsyncMesgPoll()
1557 status = DeviceIoControl(hDevice, in IsAsyncMessageAvailable()
1671 ( GetOverlappedResult(hDevice,
1752 status = DeviceIoControl(hDevice, in RegisterForImbAsyncMessageNotification()
1813 status = DeviceIoControl(hDevice, in UnRegisterForImbAsyncMessageNotification()
1859 if(hDevice == INVALID_HANDLE_VALUE) in SetShutDownCode()
[all …]