Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c210 struct timeval pps_time; /* kernel time at last interval */ variable
1369 pps_time.tv_sec++; in ddi_hardpps()
1388 cal_sec -= pps_time.tv_sec; in ddi_hardpps()
1389 cal_usec -= pps_time.tv_usec; in ddi_hardpps()
1394 pps_time = *tvp; in ddi_hardpps()