Searched refs:time_state (Results 1 – 5 of 5) sorted by relevance
45 static char time_state; variable94 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 …]
45 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() [all...]
135 return (time_state); in ntp_gettime() 215 return (time_state); in ntp_adjtime()
111 * time_state shows the state of the system clock, with values defined139 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()
183 * Clock states (time_state)248 extern int32_t time_state; /* clock state */