Home
last modified time | relevance | path

Searched refs:u32IntendedSize (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2205 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
2220 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize);
2243 memcpy(pu8Message, pQueueInfo->pu8Read, u32IntendedSize);
2250 *pu32ActualSize = u32IntendedSize;
2264 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
2279 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize);
2285 memcpy(pu8Message, pQueueInfo->pu8Read, u32IntendedSize);
2286 *pu32ActualSize = u32IntendedSize;
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2624 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
2639 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize);
2662 memcpy(pu8Message, pQueueInfo->pu8Read, u32IntendedSize);
2669 *pu32ActualSize = u32IntendedSize;
2683 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
2698 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize);
2704 memcpy(pu8Message, pQueueInfo->pu8Read, u32IntendedSize);
2705 *pu32ActualSize = u32IntendedSize;
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c3119 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_RecvFromQueue() argument
3136 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize); in MsOS_RecvFromQueue()
3168 memcpy(pu8Message, pQueueInfo->pu8Read, u32IntendedSize); in MsOS_RecvFromQueue()
3175 *pu32ActualSize = u32IntendedSize; in MsOS_RecvFromQueue()
3189 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_PeekFromQueue() argument
3204 MS_ASSERT(ALIGN_4(u32IntendedSize)== pQueueInfo->u32AlignedMsgSize); in MsOS_PeekFromQueue()
3210 memcpy(pu8Message, pQueueInfo->pu8Read, u32IntendedSize); in MsOS_PeekFromQueue()
3211 *pu32ActualSize = u32IntendedSize; in MsOS_PeekFromQueue()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c2550 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_RecvFromQueue() argument
2587 if(u32IntendedSize < *(MS_U32*)pItem) in MsOS_RecvFromQueue()
2589 *pu32ActualSize = u32IntendedSize; in MsOS_RecvFromQueue()
2611 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_PeekFromQueue() argument
2636 if(u32IntendedSize < *(MS_U32*)pItem) in MsOS_PeekFromQueue()
2638 *pu32ActualSize = u32IntendedSize; in MsOS_PeekFromQueue()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c2972 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_RecvFromQueue() argument
3011 if (u32IntendedSize < u32MsgLen) in MsOS_RecvFromQueue()
3013 *pu32ActualSize = u32IntendedSize; in MsOS_RecvFromQueue()
3035 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_PeekFromQueue() argument
3063 if (u32IntendedSize < u32MsgLen) in MsOS_PeekFromQueue()
3065 *pu32ActualSize = u32IntendedSize; in MsOS_PeekFromQueue()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h1055 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
1067 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c1431 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_RecvFromQueue() argument
1446 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_PeekFromQueue() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c1364 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_RecvFromQueue() argument
1379 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_PeekFromQueue() argument
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h1197 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
1209 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c1617 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_RecvFromQueue() argument
1632 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p… in MsOS_PeekFromQueue() argument
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt81360 MS_BOOL MsOS_RecvFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…
81362 MS_BOOL MsOS_PeekFromQueue (MS_S32 s32QueueId, MS_U8 *pu8Message, MS_U32 u32IntendedSize, MS_U32 *p…