Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c136 HANDLE AsyncEventHandle = 0; variable
1554 if ( AsyncEventHandle != (HANDLE) eventId) in IsAsyncMessageAvailable()
1559 &AsyncEventHandle, in IsAsyncMessageAvailable()
1748 if( (handleId == NULL ) || (AsyncEventHandle) ) in RegisterForImbAsyncMessageNotification()
1756 &AsyncEventHandle, in RegisterForImbAsyncMessageNotification()
1769 *handleId = (unsigned int) AsyncEventHandle; in RegisterForImbAsyncMessageNotification()
1772 DEBUG("handleId = %x AsyncEventHandle %x\n", *handleId, AsyncEventHandle); in RegisterForImbAsyncMessageNotification()
1810 if ( AsyncEventHandle != (HANDLE) handleId) in UnRegisterForImbAsyncMessageNotification()
1815 &AsyncEventHandle, in UnRegisterForImbAsyncMessageNotification()