Searched refs:time_state (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dtimers.c45 static char time_state; variable
94 if(time_state&SIGALRM_CALL)
95 time_state &= ~SIGALRM_CALL;
98 if(time_state)
100 if(time_state&IN_ADDTIMEOUT)
101 time_state |= DEFER_SIGALRM;
105 time_state |= IN_SIGALRM;
161 time_state &= ~IN_SIGALRM;
163 time_state |= IN_SIGALRM;
170 time_state
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c135 return (time_state);
215 return (time_state);
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h183 * Clock states (time_state)
248 extern int32_t time_state; /* clock state */
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c111 * time_state shows the state of the system clock, with values defined
139 int32_t time_state = TIME_OK; /* clock state */ variable
667 switch (time_state) {
671 time_state = TIME_INS;
673 time_state = TIME_DEL;
681 time_state = TIME_OOP;
690 time_state = TIME_WAIT;
695 time_state = TIME_WAIT;
700 time_state = TIME_OK;

Completed in 84 milliseconds