Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_delloem.c204 static void ipmi_time_to_str(time_t rawTime, char *strTime);
2632 ipmi_time_to_str(time_t rawTime, char * strTime) in ipmi_time_to_str() argument
2636 tm = gmtime(&rawTime); in ipmi_time_to_str()