HomeSort by: relevance | last modified time | path
    Searched refs:human_value (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/emcfanctl/
emcfanctloutputs.c 248 int human_value; local in function:output_emcfan_minexpected_rpm
260 human_value = find_human_int(fan_minexpectedrpm, __arraycount(fan_minexpectedrpm), res);
262 if (human_value == -10191)
268 mj_append_field(&obj, "minimum_expected_rpm", "integer", (int64_t)human_value);
276 printf("Minumum expected rpm:%d\n",human_value);
289 int human_value; local in function:output_emcfan_edges
301 human_value = find_human_int(fan_numedges, __arraycount(fan_numedges), res);
303 if (human_value == -10191)
309 mj_append_field(&obj, "num_edges", "integer", (int64_t)human_value);
317 printf("Number of edges:%d\n",human_value);
    [all...]
emcfanctlutil.c 301 int human_value, int instance)
307 human_value == translation[i].human_int) {
319 int human_value)
324 if (human_value == translation[i].human_int) {

Completed in 13 milliseconds