Searched defs:time_status (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c114 * time_status shows the status of the system clock, with bits defined
140 int32_t time_status = STA_UNSYNC; /* clock status bits */ variable
670 if (time_status & STA_INS)
672 else if (time_status & STA_DEL)
699 if (!(time_status & (STA_INS | STA_DEL)))
718 if (!(time_status & STA_FLL)) {
732 if (!(time_status & STA_FLL)) {
757 time_status &= ~(STA_PPSSIGNAL | STA_PPSJITTER |
1188 if (!(time_status & STA_PLL) && !(time_status
[all...]

Completed in 48 milliseconds