Lines Matching refs:h_Session
253 else if (p_Bm->h_Session) in BmSetPoolThresholds()
264 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmSetPoolThresholds()
294 else if (p_Bm->h_Session) in BmUnSetPoolThresholds()
305 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmUnSetPoolThresholds()
329 (!p_Bm->h_Session && p_Bm->p_BmRegs)) in BmGetCounter()
347 else if (p_Bm->h_Session) in BmGetCounter()
363 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmGetCounter()
400 (!p_Bm->h_Session && p_Bm->p_BmRegs)) in BmGetRevision()
407 else if (p_Bm->h_Session) in BmGetRevision()
419 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session, in BmGetRevision()
446 if (p_Bm->h_Session) in FreeInitResources()
447 XX_IpcFreeSession(p_Bm->h_Session); in FreeInitResources()
584 p_Bm->h_Session = XX_IpcInitSession(masterModuleName, p_Bm->moduleName); in BM_Init()
585 if (p_Bm->h_Session) in BM_Init()
599 if ((err = XX_IpcSendMessage(p_Bm->h_Session, in BM_Init()