Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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 …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dntptime.c138 return (time_state); in ntp_gettime()
235 return (time_state); in ntp_adjtime()
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c141 int32_t time_state = TIME_OK; /* clock state */ variable
671 switch (time_state) { in clock()
675 time_state = TIME_INS; in clock()
677 time_state = TIME_DEL; in clock()
685 time_state = TIME_OOP; in clock()
694 time_state = TIME_WAIT; in clock()
699 time_state = TIME_WAIT; in clock()
704 time_state = TIME_OK; in clock()
/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h248 extern int32_t time_state; /* clock state */