Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c1739 RegisterForImbAsyncMessageNotification (unsigned int *handleId) in RegisterForImbAsyncMessageNotification() argument
1748 if( (handleId == NULL ) || (AsyncEventHandle) ) in RegisterForImbAsyncMessageNotification()
1769 *handleId = (unsigned int) AsyncEventHandle; in RegisterForImbAsyncMessageNotification()
1772 DEBUG("handleId = %x AsyncEventHandle %x\n", *handleId, AsyncEventHandle); in RegisterForImbAsyncMessageNotification()
1801 UnRegisterForImbAsyncMessageNotification (unsigned int handleId, int iFlag) in UnRegisterForImbAsyncMessageNotification() argument
1810 if ( AsyncEventHandle != (HANDLE) handleId) in UnRegisterForImbAsyncMessageNotification()
H A Dimbapi.h648 RegisterForImbAsyncMessageNotification (unsigned int *handleId);
650 UnRegisterForImbAsyncMessageNotification (unsigned int handleId,int iFlag);