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

  /src/usr.sbin/emcfanctl/
emcfanctloutputs.c 620 bool smbusto = false; local in function:output_emcfan_smbusto
634 smbusto = (res & smbus_timeout[tindex].clear_mask) ? false : true;
639 mj_append_field(&obj, "smbus_timeout", "integer", (int64_t)smbusto);
647 printf("SMBUS timeout:%s\n",(smbusto ? "On" : "Off"));
emcfanctloutputs.c 620 bool smbusto = false; local in function:output_emcfan_smbusto
634 smbusto = (res & smbus_timeout[tindex].clear_mask) ? false : true;
639 mj_append_field(&obj, "smbus_timeout", "integer", (int64_t)smbusto);
647 printf("SMBUS timeout:%s\n",(smbusto ? "On" : "Off"));

Completed in 21 milliseconds