Lines Matching refs:tod_status_flag
334 static int tod_status_flag = 0; /* used by tod_validate() */
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 &= ~TOD_CPR_RESUME_DONE;
2249 } else if (tod_status_flag & TOD_CPR_RESUME_DONE) {
2254 tod_status_flag &= ~TOD_CPR_RESUME_DONE;
2260 if (tod_status_flag & TOD_DR_RESUME_DONE) {
2262 tod_status_flag &= ~TOD_DR_RESUME_DONE;
2264 } else if (tod_status_flag & TOD_DR_RESUME_DONE) {
2269 tod_status_flag &= ~TOD_DR_RESUME_DONE;