Lines Matching defs:msgFlags
28 static inline int SetAppSpawnMsgFlags(AppSpawnMsgFlags *msgFlags, uint32_t index)
32 if (blockIndex < msgFlags->count) {
33 msgFlags->flags[blockIndex] |= (1 << bitIndex);
233 AppSpawnMsgBlock *block, AppSpawnMsgFlags **msgFlags, int type, int maxCount)
244 *msgFlags = (AppSpawnMsgFlags *)(block->buffer + block->currentIndex + sizeof(AppSpawnTlv));
245 (*msgFlags)->count = units;
267 ret = SetFlagsTlv(reqNode, block, &reqNode->msgFlags, TLV_MSG_FLAGS, MAX_FLAGS_INDEX);
282 reqNode->msgFlags = NULL;
300 reqNode->msgFlags = NULL;
410 APPSPAWN_CHECK(reqNode->msgFlags != NULL, return APPSPAWN_ARG_INVALID, "No msg flags tlv ");
420 return SetAppSpawnMsgFlags(reqNode->msgFlags, flagIndex);