Lines Matching refs:value
56 printf("SystemGetParameter value %s %d \n", buffer, wait);
93 static void HandleParamChange2(const char *key, const char *value, void *context)
95 PLUGIN_CHECK(key != NULL && value != NULL, return, "Invalid parameter");
98 printf("[%zu] Receive parameter commit %lld change %s %s \n", index, commit, key, value);
134 static void HandleParamChange1(const char *key, const char *value, void *context)
136 PLUGIN_CHECK(key != NULL && value != NULL, return, "Invalid parameter");
139 printf("[%zu] Receive parameter commit %lld change %s %s \n", index, commit, key, value);
275 static int CalcValue(const char *value)
277 char *begin = (char *)value;
312 int value = 0;
320 value += v;
326 value += v;
331 printf("Total mem %d kb\n", value);