Lines Matching refs:osSysCapIndex
67 uint16_t *osSysCapIndex;
384 (void)memset_s(freeAfterEncodeRpcidscInfo.osSysCapIndex, sizeof(uint16_t) * sysCapArraySize,
405 freeAfterEncodeRpcidscInfo.osSysCapIndex[indexOs++] = (uint16_t)(cJsonTemp->valueint);
422 if (SetOsSysCapBitMap(osOutUint, 120, freeAfterEncodeRpcidscInfo.osSysCapIndex, indexOs) != 0) {
437 free(freeAfterEncodeRpcidscInfo.osSysCapIndex);
444 free(freeAfterEncodeRpcidscInfo.osSysCapIndex);
450 free(freeAfterEncodeRpcidscInfo.osSysCapIndex);
479 freeAfterEncodeRpcidscInfo.osSysCapIndex = NULL;
519 freeAfterEncodeRpcidscInfo.osSysCapIndex = (uint16_t *)malloc(sizeof(uint16_t) * sysCapArraySize);
520 if (freeAfterEncodeRpcidscInfo.osSysCapIndex == NULL) {