Searched defs:current_tm (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp136 struct my_tm current_tm; member in struct:RTCSTATE
283 struct my_tm *tm = &pThis->current_tm;
645 rtc_next_second(&pThis->current_tm);
664 const struct my_tm *tm = &pThis->current_tm;
704 || from_bcd(pThis, pThis->cmos_data[RTC_SECONDS_ALARM]) == pThis->current_tm.tm_sec)
706 || from_bcd(pThis, pThis->cmos_data[RTC_MINUTES_ALARM]) == pThis->current_tm.tm_min)
708 || from_bcd(pThis, pThis->cmos_data[RTC_HOURS_ALARM ]) == pThis->current_tm.tm_hour)
764 SSMR3PutS32(pSSM, pThis->current_tm.tm_sec);
765 SSMR3PutS32(pSSM, pThis->current_tm.tm_min);
766 SSMR3PutS32(pSSM, pThis->current_tm
[all...]

Completed in 46 milliseconds