Searched refs:IS_READY_ONLY (Results 1 – 5 of 5) sorted by relevance
49 #define IS_READY_ONLY(name) \ macro
30 return IS_READY_ONLY(name) ? 0 : 1; in IsNeedToSave()
561 if (IS_READY_ONLY(name)) { in CheckParamValue()
268 if ((valueLen > PARAM_VALUE_LEN_MAX) || IS_READY_ONLY(key)) { in AddParamNode()
573 if (IS_READY_ONLY(name)) { in CachedParameterCreate()