Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtimers.c45 static char time_state; variable
94 if(time_state&SIGALRM_CALL) in sigalrm()
95 time_state &= ~SIGALRM_CALL; in sigalrm()
98 if(time_state) in sigalrm()
100 if(time_state&IN_ADDTIMEOUT) in sigalrm()
101 time_state |= DEFER_SIGALRM; in sigalrm()
105 time_state |= IN_SIGALRM; in sigalrm()
161 time_state &= ~IN_SIGALRM; in sigalrm()
163 time_state |= IN_SIGALRM; in sigalrm()
170 time_state &= ~IN_SIGALRM; in sigalrm()
[all …]
/titanic_41/usr/src/uts/common/syscall/
H A Dntptime.c135 return (time_state); in ntp_gettime()
215 return (time_state); in ntp_adjtime()
/titanic_41/usr/src/uts/common/os/
H A Dclock.c139 int32_t time_state = TIME_OK; /* clock state */ variable
667 switch (time_state) { in clock()
671 time_state = TIME_INS; in clock()
673 time_state = TIME_DEL; in clock()
681 time_state = TIME_OOP; in clock()
690 time_state = TIME_WAIT; in clock()
695 time_state = TIME_WAIT; in clock()
700 time_state = TIME_OK; in clock()
/titanic_41/usr/src/uts/common/sys/
H A Dtimex.h248 extern int32_t time_state; /* clock state */