HomeSort by: relevance | last modified time | path
    Searched refs:RTC_OFFSET (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/conf/
param.c 101 #ifndef RTC_OFFSET
102 #define RTC_OFFSET 0
117 int rtc_offset = RTC_OFFSET; variable in typeref:typename:int
  /src/sys/arch/x68k/stand/boot/
Makefile 17 RTC_OFFSET= -540
40 CPPFLAGS+= -DRTC_OFFSET=${RTC_OFFSET}
boot.c 393 rtc_offset = RTC_OFFSET;
  /src/sys/arch/evbarm/conf/
GEMINI 13 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
GEMINI_MASTER 14 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
GEMINI_SLAVE 13 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
GENERIC.common 14 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
LUBBOCK 15 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
BCM5301X 15 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
BCM56340 15 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
ARMADAXP 15 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
  /src/sys/arch/mac68k/mac68k/
clock.c 335 * Convert GMT to Mac PRAM time, using rtc_offset
348 * Convert a Mac PRAM time value to GMT, using rtc_offset
396 #if !defined(RTC_OFFSET) || RTC_OFFSET == 0
398 * Adjust GTM bias unless RTC_OFFSET is set explicitly.
  /src/sys/arch/hpcarm/hpcarm/
hpc_machdep.c 274 #ifndef RTC_OFFSET
276 * rtc_offset from bootinfo.timezone set by hpcboot.exe
278 if (rtc_offset == 0 &&
281 rtc_offset = bootinfo->timezone;
  /src/sys/arch/hpcmips/hpcmips/
machdep.c 334 #ifndef RTC_OFFSET
336 * rtc_offset from bootinfo.timezone set by pbsdboot.exe
338 if (rtc_offset == 0 && bootinfo
341 rtc_offset = bootinfo->timezone;
342 #endif /* RTC_OFFSET */
  /src/sys/arch/hpcsh/hpcsh/
machdep.c 222 #ifndef RTC_OFFSET
224 * rtc_offset from bootinfo.timezone set by hpcboot.exe
226 if (rtc_offset == 0
229 rtc_offset = bootinfo->timezone;
  /src/sys/arch/hpcmips/conf/
MPC303 47 #options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
48 options RTC_OFFSET=-540 # JST-9
49 #options RTC_OFFSET=480 # PST8
50 # In NO RTC_OFFSET , inherit RTC_OFFSET

Completed in 20 milliseconds