Searched refs:rtc_offset (Results 1 – 12 of 12) sorted by relevance
364 printf("%s: rtc_offset = %d\n", prefix, rtc_offset); in todr_debug()419 tvp->tv_sec += rtc_offset * 60; in todr_gettime()450 tvp->tv_sec = clock_ymdhms_to_secs(&dt) + rtc_offset * 60; in todr_gettime()465 copy.tv_sec -= rtc_offset * 60; in todr_settime()473 time_t sec = tvp->tv_sec - rtc_offset * 60; in todr_settime()
257 sysctl_kern_rtc_offset, 0, &rtc_offset, 0,829 new_rtc_offset = rtc_offset; in sysctl_kern_rtc_offset()840 if (rtc_offset == new_rtc_offset) in sysctl_kern_rtc_offset()845 delta.tv_sec = 60 * (new_rtc_offset - rtc_offset); in sysctl_kern_rtc_offset()848 rtc_offset = new_rtc_offset; in sysctl_kern_rtc_offset()
38 int rtc_offset; variable77 + (min * SECS_PER_MINUTE) + sec + (rtc_offset * 60); in getsecs()
73 extern int rtc_offset;
278 if (rtc_offset == 0 && in initarm()281 rtc_offset = bootinfo->timezone; in initarm()
34 sysctl -qw kern.rtc_offset=${rtcoff}
53 extern int rtc_offset; /* offset of rtc from UTC in minutes */
117 int rtc_offset = RTC_OFFSET; variable
338 if (rtc_offset == 0 && bootinfo in mach_init()341 rtc_offset = bootinfo->timezone; in mach_init()
98 rtc_offset); in get_bootinfo_tod()
226 if (rtc_offset == 0 in machine_startup()229 rtc_offset = bootinfo->timezone; in machine_startup()
393 rtc_offset = RTC_OFFSET; in bootmain()