Home
last modified time | relevance | path

Searched refs:tod_faulted (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c336 static enum tod_fault_type tod_faulted = TOD_NOFAULT; variable
795 if (!tod_broken && tod_faulted == TOD_NOFAULT) { in clock()
2065 if (tod_faulted != ftype) { in tod_fault()
2071 tod_faulted = ftype; in tod_fault()
2075 if (tod_faulted == TOD_NOFAULT) { in tod_fault()
2081 tod_faulted = ftype; in tod_fault()
2086 if (tod_faulted == TOD_NOFAULT) { in tod_fault()
2092 tod_faulted = ftype; in tod_fault()
2096 if (tod_faulted == TOD_NOFAULT) { in tod_fault()
2101 tod_faulted = ftype; in tod_fault()
[all …]