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

/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvrtc.c93 #define VRTC_BROKEN_TIME ((time_t)-1) macro
139 if (vrtc->base_rtctime == VRTC_BROKEN_TIME)
188 KASSERT(rtctime == VRTC_BROKEN_TIME,
393 return (VRTC_BROKEN_TIME);
428 if (newtime == VRTC_BROKEN_TIME) {
429 vrtc->base_rtctime = VRTC_BROKEN_TIME;
449 if (aintr_enabled(vrtc) && oldtime != VRTC_BROKEN_TIME)
652 if (rtctime == VRTC_BROKEN_TIME) {
673 rtctime = VRTC_BROKEN_TIME;
956 if (curtime == VRTC_BROKEN_TIME
[all...]

Completed in 102 milliseconds