Searched refs:asserted_time (Results 1 – 1 of 1) sorted by relevance
243 time_t asserted_time; /* the SPM time based on the composite time+date */ in dumbclock_receive() local268 asserted_time = mktime (&asserted_tm); in dumbclock_receive()273 reality_delta = asserted_time - now; in dumbclock_receive()281 asserted_time -= SECSPERDAY; /* local clock behind real time */ in dumbclock_receive()285 asserted_time += SECSPERDAY; /* local clock ahead of real time */ in dumbclock_receive()287 lt_p = localtime(&asserted_time); in dumbclock_receive()298 if ((gmtp = gmtime (&asserted_time)) == NULL) in dumbclock_receive()