Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c1337 struct tm tm_t; in ipmi_dcmi_pwr_rd() local
1340 memset(&tm_t, 0, sizeof(tm_t)); in ipmi_dcmi_pwr_rd()
1368 gmtime_r(&t, &tm_t); in ipmi_dcmi_pwr_rd()
1379 asctime(&tm_t)); in ipmi_dcmi_pwr_rd()
2797 struct tm tm_t; in ipmi_nm_get_statistics() local
2859 gmtime_r(&t, &tm_t); in ipmi_nm_get_statistics()
2860 sprintf(datebuf, "%s", asctime(&tm_t)); in ipmi_nm_get_statistics()