Searched refs:FORMAT (Results 1 - 1 of 1) sorted by relevance

/k10sensor/src/
H A Dcommon.c609 #define FORMAT "%22s:\t%s\n" macro
612 sprintf((buf), FORMAT, (what), (val) ? "yes" : "no");
614 sprintf((buf), FORMAT, (what), (val) ? "enabled" : "disabled");
616 sprintf((buf), FORMAT, (what), (val) ? "enabled" : "n/a");
619 sprintf((buf), FORMAT, (what), "n/a"); \
653 sprintf(buf, FORMAT, "Silicon CPU Revision", v->revision);
657 sprintf(buf, FORMAT, "Family", cat_range_map[v->catIdx].name);

Completed in 6 milliseconds