Searched refs:h_Session (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h299 t_Handle h_Session; member in struct:__anon8145
354 else if (p_Bm->h_Session)
368 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session,
409 else if (p_Bm->h_Session)
419 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session,
H A Dbm.c253 else if (p_Bm->h_Session)
264 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session,
294 else if (p_Bm->h_Session)
305 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session,
329 (!p_Bm->h_Session && p_Bm->p_BmRegs))
347 else if (p_Bm->h_Session)
363 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session,
400 (!p_Bm->h_Session && p_Bm->p_BmRegs))
407 else if (p_Bm->h_Session)
419 if ((errCode = XX_IpcSendMessage(p_Bm->h_Session,
[all...]
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h860 @Param[in] h_Session - Abstract handle to the IPC session - the same handle as was originally
865 t_Error XX_IpcFreeSession(t_Handle h_Session);
896 @Param[in] h_Session - Abstract handle to the IPC session - the same handle as was originally
921 t_Error XX_IpcSendMessage(t_Handle h_Session,
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c298 if (p_Qm->h_Session)
299 XX_IpcFreeSession(p_Qm->h_Session);
320 (!p_Qm->h_Session && p_Qm->p_QmRegs))
336 else if (p_Qm->h_Session)
350 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session,
384 (!p_Qm->h_Session && p_Qm->p_QmRegs))
391 else if (p_Qm->h_Session)
403 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session,
458 else if (p_Qm->h_Session)
473 if ((errCode = XX_IpcSendMessage(p_Qm->h_Session,
[all...]
H A Dqm.h476 t_Handle h_Session; member in struct:__anon8291
/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c720 XX_IpcSendMessage(t_Handle h_Session, argument
741 XX_IpcFreeSession(t_Handle h_Session) argument

Completed in 80 milliseconds