Searched refs:current_tm (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/PC/ |
H A D | DevRTC.cpp | 136 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...] |
/vbox/src/VBox/Devices/testcase/ |
H A D | tstDeviceStructSizeRC.cpp | 706 GEN_CHECK_OFF(RTCSTATE, current_tm); 707 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_sec); 708 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_min); 709 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_hour); 710 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_mday); 711 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_mon); 712 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_year); 713 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_wday); 714 GEN_CHECK_OFF(RTCSTATE, current_tm.tm_yday);
|
Completed in 48 milliseconds