Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h578 typedef void (t_IpcMsgCompletion)(t_Handle h_Module,
620 typedef t_Error (t_IpcMsgHandler)(t_Handle h_Module,
655 t_Handle h_Module,
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c60 static void BmIpcMsgCompletionCB(t_Handle h_Module, in BmIpcMsgCompletionCB() argument
66 SANITY_CHECK_RETURN(h_Module, E_INVALID_HANDLE); in BmIpcMsgCompletionCB()
69 UNUSED(h_Module); in BmIpcMsgCompletionCB()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c57 static void QmIpcMsgCompletionCB(t_Handle h_Module, in QmIpcMsgCompletionCB() argument
63 SANITY_CHECK_RETURN(h_Module, E_INVALID_HANDLE); in QmIpcMsgCompletionCB()
65 UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status);UNUSED(h_Module); in QmIpcMsgCompletionCB()
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c565 t_IpcMsgHandler *f_MsgHandler, t_Handle h_Module, uint32_t replyLength) in XX_IpcRegisterMsgHandler() argument