Searched refs:dosynctodr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c199 extern int dosynctodr;
209 dosynctodr = 0;
H A Dxpv_psm.c193 extern int dosynctodr;
203 dosynctodr = 0;
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c313 int dosynctodr = 1; /* patchable; enable/disable sync to TOD chip */ variable
773 * - if dosynctodr is 1, then compute the drift between
777 * - if dosynctodr is 0, then the tod chip is independent
803 if (tod_needsync || !dosynctodr) {
1893 dosynctodr = 0;
2376 * Disable dosynctodr since we are going to fault
2379 dosynctodr = 0;

Completed in 54 milliseconds