HomeSort by relevance Sort by last modified time
    Searched defs:time_state (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
timers.c 45 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 &= ~IN_SIGALRM
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
clock.c 110 * time_state shows the state of the system clock, with values defined
138 int32_t time_state = TIME_OK; /* clock state */ variable
665 switch (time_state) {
669 time_state = TIME_INS;
671 time_state = TIME_DEL;
679 time_state = TIME_OOP;
688 time_state = TIME_WAIT;
693 time_state = TIME_WAIT;
698 time_state = TIME_OK;
    [all...]

Completed in 180 milliseconds