HomeSort by: relevance | last modified time | path
    Searched defs:stalled (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/emcfanctl/
emcfanctloutputs.c 489 bool stalled = false; local in function:output_emcfan_fan_status
526 stalled = (res[0] & stall_mask);
546 stalled = (res[1] & (1 << the_fan));
555 mj_append_field(&obj, "stalled", "integer", (int64_t)stalled);
571 printf("Stalled: %s\n",stalled ? "Yes" : "No");
emcfanctloutputs.c 489 bool stalled = false; local in function:output_emcfan_fan_status
526 stalled = (res[0] & stall_mask);
546 stalled = (res[1] & (1 << the_fan));
555 mj_append_field(&obj, "stalled", "integer", (int64_t)stalled);
571 printf("Stalled: %s\n",stalled ? "Yes" : "No");
emcfanctloutputs.c 489 bool stalled = false; local in function:output_emcfan_fan_status
526 stalled = (res[0] & stall_mask);
546 stalled = (res[1] & (1 << the_fan));
555 mj_append_field(&obj, "stalled", "integer", (int64_t)stalled);
571 printf("Stalled: %s\n",stalled ? "Yes" : "No");

Completed in 31 milliseconds