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

/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h563 @Param[in] h_Module - Abstract handle to the sending module - the same handle as was passed
578 typedef void (t_IpcMsgCompletion)(t_Handle h_Module,
595 @Param[in] h_Module - Abstract handle to the message handling module - the same handle as
620 typedef t_Error (t_IpcMsgHandler)(t_Handle h_Module,
643 @Param[in] h_Module - Abstract handle to the message handling module, passed unchanged
655 t_Handle h_Module,
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c60 static void BmIpcMsgCompletionCB(t_Handle h_Module, argument
66 SANITY_CHECK_RETURN(h_Module, E_INVALID_HANDLE);
69 UNUSED(h_Module);
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c57 static void QmIpcMsgCompletionCB(t_Handle h_Module, argument
63 SANITY_CHECK_RETURN(h_Module, E_INVALID_HANDLE);
65 UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status);UNUSED(h_Module);
/freebsd-12-stable/sys/contrib/ncsw/user/env/
H A Dxx.c610 t_IpcMsgHandler *f_MsgHandler, t_Handle h_Module, uint32_t replyLength)
609 XX_IpcRegisterMsgHandler(char addr[XX_IPC_MAX_ADDR_NAME_LENGTH], t_IpcMsgHandler *f_MsgHandler, t_Handle h_Module, uint32_t replyLength) argument

Completed in 111 milliseconds