Home
last modified time | relevance | path

Searched refs:fmt_temp (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dsmartd.cpp3252 static const char * fmt_temp(unsigned char x, char (& buf)[20]) in fmt_temp() function
3284 cfg.name.c_str(), (int)currtemp, fmt_temp(state.tempmin, buf), state.tempmax, maxchg); in CheckTemperature()
3311 …cfg.name.c_str(), (int)currtemp-(int)state.temperature, currtemp, fmt_temp(state.tempmin, buf), mi… in CheckTemperature()
3319 …cfg.name.c_str(), currtemp, cfg.tempcrit, fmt_temp(state.tempmin, buf), minchg, state.tempmax, max… in CheckTemperature()
3321 …cfg.name.c_str(), currtemp, cfg.tempcrit, fmt_temp(state.tempmin, buf), minchg, state.tempmax, max… in CheckTemperature()
3325 …cfg.name.c_str(), currtemp, cfg.tempinfo, fmt_temp(state.tempmin, buf), minchg, state.tempmax, max… in CheckTemperature()