Searched refs:EFFECT_PARAM_SIZE_MAX (Results 1 – 3 of 3) sorted by relevance
545 #define EFFECT_PARAM_SIZE_MAX 65536 macro
3163 if (EFFECT_PARAM_SIZE_MAX - sizeof(effect_param_t) < (size_t)p->psize) { in Effect_command()3169 if ((EFFECT_PARAM_SIZE_MAX - sizeof(effect_param_t) < paddedParamSize) || in Effect_command()3170 (EFFECT_PARAM_SIZE_MAX - sizeof(effect_param_t) - paddedParamSize < p->vsize)) { in Effect_command()
1227 if (maxReplySize < 0 || maxReplySize > EFFECT_PARAM_SIZE_MAX) { in command()