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

/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvrtc.c80 time_t base_rtctime; member in struct:vrtc
139 if (vrtc->base_rtctime == VRTC_BROKEN_TIME)
153 t = vrtc->base_rtctime;
411 oldtime = vrtc->base_rtctime;
429 vrtc->base_rtctime = VRTC_BROKEN_TIME;
450 vrtc->base_rtctime++;
452 vrtc->base_rtctime = newtime;
459 secs_to_rtc(vrtc->base_rtctime, vrtc, 0);
467 } while (vrtc->base_rtctime != newtime);
658 KASSERT(curtime == vrtc->base_rtctime, ("
[all...]

Completed in 121 milliseconds