Searched refs:asserted_time (Results 1 – 1 of 1) sorted by relevance
239 time_t asserted_time; /* the SPM time based on the composite time+date */ in dumbclock_receive() local264 asserted_time = mktime (&asserted_tm); in dumbclock_receive()269 reality_delta = asserted_time - now; in dumbclock_receive()277 asserted_time -= SECSPERDAY; /* local clock behind real time */ in dumbclock_receive()281 asserted_time += SECSPERDAY; /* local clock ahead of real time */ in dumbclock_receive()283 lt_p = localtime(&asserted_time); in dumbclock_receive()294 if ((gmtp = gmtime (&asserted_time)) == NULL) in dumbclock_receive()