Searched refs:spObjNum (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/kernel/extended/liteipc/ |
D | hm_liteipc.c | 838 i = msg->spObjNum; in HandleSpecialObjects() 841 for (i = 0; i < msg->spObjNum; i++) { in HandleSpecialObjects() 879 totalSize = (UINT64)sizeof(IpcMsg) + msg->dataSz + msg->spObjNum * sizeof(UINT32); in CheckMsgSize() 880 for (i = 0; i < msg->spObjNum; i++) { in CheckMsgSize() 924 if (msg->spObjNum) { in CopyDataFromUser() 926 … ret = copy_from_user((VOID *)(node->msg.offsets), msg->offsets, msg->spObjNum * sizeof(UINT32)); in CopyDataFromUser() 928 …UG("%s, %d, %x, %x, %d\n", __FUNCTION__, __LINE__, node->msg.offsets, msg->offsets, msg->spObjNum); in CopyDataFromUser() 976 ((msg->spObjNum > 0) && (msg->offsets == NULL)) || in CheckPara() 978 (msg->spObjNum > IPC_MSG_OBJECT_NUM_MAX) || in CheckPara() 979 (msg->dataSz < msg->spObjNum * sizeof(SpecialObj))) { in CheckPara() [all …]
|
D | hm_liteipc.h | 156 UINT32 spObjNum; member
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/ |
D | liteipc.h | 89 uint32_t spObjNum; member
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/smoke/ |
D | liteipc_test_002.cpp | 113 data1.outMsg->spObjNum = 300; in CallTestServiceLoop()
|