Home
last modified time | relevance | path

Searched refs:VRTC_BROKEN_TIME (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dvrtc.c96 #define VRTC_BROKEN_TIME ((time_t)-1) macro
143 if (vrtc->base_rtctime == VRTC_BROKEN_TIME) in update_enabled()
192 KASSERT(rtctime == VRTC_BROKEN_TIME, in secs_to_rtc()
397 return (VRTC_BROKEN_TIME); in rtc_to_secs()
432 if (newtime == VRTC_BROKEN_TIME) { in vrtc_time_update()
433 vrtc->base_rtctime = VRTC_BROKEN_TIME; in vrtc_time_update()
453 if (aintr_enabled(vrtc) && oldtime != VRTC_BROKEN_TIME) in vrtc_time_update()
656 if (rtctime == VRTC_BROKEN_TIME) { in vrtc_set_reg_b()
677 rtctime = VRTC_BROKEN_TIME; in vrtc_set_reg_b()
960 if (curtime == VRTC_BROKEN_TIME && rtc_flag_broken_time) in vrtc_data_handler()
[all …]