Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c76 int lag_hrs; in open_zonefile() local
125 lag_hrs = lag / 3600; in open_zonefile()
139 if ((lag_hrs < -24) || (lag_hrs > 24)) { in open_zonefile()
141 progname, lag_hrs); in open_zonefile()