Home | History | Annotate | Download | only in qemu

Lines Matching refs:rtc_date_offset

278 static int rtc_date_offset = -1; /* -1 means no change */
598 if (rtc_date_offset == -1) {
604 ti -= rtc_date_offset;
615 if (rtc_date_offset == -1)
621 seconds = mktimegm(tm) + rtc_date_offset;
3191 rtc_date_offset = -1;
3219 rtc_date_offset = time(NULL) - rtc_start_date;