Searched refs:saved_tod (Results 1 – 1 of 1) sorted by relevance
1366 todinfo_t saved_tod; variable1386 saved_tod.tod_sec += utc - saved_utc; in utc_to_tod()1388 if (saved_tod.tod_sec >= 0 && saved_tod.tod_sec < 60) in utc_to_tod()1389 return (saved_tod); /* only the seconds changed */ in utc_to_tod()1412 saved_tod = tod; in utc_to_tod()