Searched defs:tod_status_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c334 static int tod_status_flag = 0; /* used by tod_validate() */ variable
2113 * Two functions that allow tod_status_flag to be manipulated by functions
2120 tod_status_flag |= tod_flag;
2126 tod_status_flag &= ~tod_flag;
2217 if (tod_status_flag & TOD_GET_FAILED) {
2225 tod_status_flag &= ~TOD_GET_FAILED;
2227 } else if (tod_status_flag & TOD_SET_DONE) {
2237 tod_status_flag &= ~TOD_SET_DONE;
2245 if (tod_status_flag & TOD_CPR_RESUME_DONE) {
2247 tod_status_flag
[all...]

Completed in 49 milliseconds