Home
last modified time | relevance | path

Searched refs:p_Reply (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/
H A Dxx_ext.h580 uint8_t *p_Reply,
623 uint8_t *p_Reply,
786 uint8_t *p_Reply,
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c62 uint8_t *p_Reply, in BmIpcMsgCompletionCB() argument
71 UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status); in BmIpcMsgCompletionCB()
79 uint8_t *p_Reply, in BmHandleIpcMsgCB() argument
84 t_BmIpcReply *p_IpcReply = (t_BmIpcReply *)p_Reply; in BmHandleIpcMsgCB()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c59 uint8_t *p_Reply, in QmIpcMsgCompletionCB() argument
65 UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status);UNUSED(h_Module); in QmIpcMsgCompletionCB()
72 uint8_t *p_Reply, in QmHandleIpcMsgCB() argument
77 t_QmIpcReply *p_IpcReply = (t_QmIpcReply *)p_Reply; in QmHandleIpcMsgCB()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c89 uint8_t *p_Reply, in IpcMsgCompletionCB() argument
93 UNUSED(h_FmPcd);UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status); in IpcMsgCompletionCB()
100 uint8_t *p_Reply, in IpcMsgHandlerCB() argument
106 t_FmPcdIpcReply *p_IpcReply = (t_FmPcdIpcReply*)p_Reply; in IpcMsgHandlerCB()
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c588 uint8_t *p_Msg, uint32_t msgLength, uint8_t *p_Reply, in XX_IpcSendMessage() argument
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c61 uint8_t *p_Reply, in IpcMsgCompletionCB() argument
65 UNUSED(h_Fm);UNUSED(p_Msg);UNUSED(p_Reply);UNUSED(replyLength);UNUSED(status); in IpcMsgCompletionCB()
784 uint8_t *p_Reply, in FmGuestHandleIpcMsgCB() argument
790 UNUSED(p_Reply); in FmGuestHandleIpcMsgCB()
825 uint8_t *p_Reply, in FmHandleIpcMsgCB() argument
831 t_FmIpcReply *p_IpcReply = (t_FmIpcReply*)p_Reply; in FmHandleIpcMsgCB()