Searched refs:msgLength (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | xx_ext.h | 622 uint32_t msgLength, 785 uint32_t msgLength,
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | bm.c | 78 uint32_t msgLength, in BmHandleIpcMsgCB() argument 87 SANITY_CHECK_RETURN_ERROR((msgLength >= sizeof(uint32_t)), E_INVALID_VALUE); in BmHandleIpcMsgCB() 90 UNUSED(msgLength); in BmHandleIpcMsgCB()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qm.c | 71 uint32_t msgLength, in QmHandleIpcMsgCB() argument 80 SANITY_CHECK_RETURN_ERROR((msgLength >= sizeof(uint32_t)), E_INVALID_VALUE); in QmHandleIpcMsgCB() 83 UNUSED(msgLength); in QmHandleIpcMsgCB()
|
| /f-stack/freebsd/contrib/ncsw/user/env/ |
| H A D | xx.c | 588 uint8_t *p_Msg, uint32_t msgLength, uint8_t *p_Reply, in XX_IpcSendMessage() argument
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_pcd.c | 99 uint32_t msgLength, in IpcMsgHandlerCB() argument 109 SANITY_CHECK_RETURN_ERROR((msgLength >= sizeof(uint32_t)), E_INVALID_VALUE); in IpcMsgHandlerCB() 112 UNUSED(msgLength); in IpcMsgHandlerCB()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/ |
| H A D | fm_ncsw.c | 783 uint32_t msgLength, in FmGuestHandleIpcMsgCB() argument 792 SANITY_CHECK_RETURN_ERROR((msgLength > sizeof(uint32_t)), E_INVALID_VALUE); in FmGuestHandleIpcMsgCB() 795 UNUSED(msgLength); in FmGuestHandleIpcMsgCB() 824 uint32_t msgLength, in FmHandleIpcMsgCB() argument 834 SANITY_CHECK_RETURN_ERROR((msgLength >= sizeof(uint32_t)), E_INVALID_VALUE); in FmHandleIpcMsgCB() 837 UNUSED(msgLength); in FmHandleIpcMsgCB()
|