Searched refs:sys_tz (Results 1 – 22 of 22) sorted by relevance
/linux-2.4.37.9/arch/x86_64/ |
D | vmlinux.lds | 64 .sys_tz : AT ((LOADADDR(.wall_jiffies) + SIZEOF(.wall_jiffies) + 15) & ~(15)) { *(.sys_tz) } 65 sys_tz = LOADADDR(.sys_tz); symbol 67 .jiffies : AT ((LOADADDR(.sys_tz) + SIZEOF(.sys_tz) + 15) & ~(15)) { *(.jiffies) }
|
/linux-2.4.37.9/kernel/ |
D | time.c | 37 struct timezone sys_tz; variable 106 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys_gettimeofday() 132 xtime.tv_sec += sys_tz.tz_minuteswest * 60; in warp_clock() 157 sys_tz = *tz; in do_sys_settimeofday()
|
D | ksyms.c | 66 extern struct timezone sys_tz; 544 EXPORT_SYMBOL(sys_tz);
|
/linux-2.4.37.9/include/linux/ |
D | hfs_sysdep.h | 28 extern struct timezone sys_tz; 80 return time - sys_tz.tz_minuteswest*60; in hfs_from_utc() 85 return time + sys_tz.tz_minuteswest*60; in hfs_to_utc()
|
/linux-2.4.37.9/fs/hpfs/ |
D | hpfs_fn.h | 63 extern struct timezone sys_tz; in local_to_gmt() 64 return t + sys_tz.tz_minuteswest * 60 + s->s_hpfs_timeshift; in local_to_gmt() 69 extern struct timezone sys_tz; in gmt_to_local() 70 return t - sys_tz.tz_minuteswest * 60 - s->s_hpfs_timeshift; in gmt_to_local()
|
/linux-2.4.37.9/fs/udf/ |
D | udftime.c | 82 extern struct timezone sys_tz; 130 offset = -sys_tz.tz_minuteswest; in udf_time_to_stamp()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | vsyscall.h | 52 extern struct timezone sys_tz;
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | time.c | 102 extern struct timezone sys_tz; 432 systemcfg->tz_minuteswest = sys_tz.tz_minuteswest; in do_settimeofday() 433 systemcfg->tz_dsttime = sys_tz.tz_dsttime; in do_settimeofday()
|
D | sys_ppc32.c | 2411 extern struct timezone sys_tz; 2426 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys32_gettimeofday()
|
/linux-2.4.37.9/fs/fat/ |
D | misc.c | 253 extern struct timezone sys_tz; 270 secs += sys_tz.tz_minuteswest*60; in date_dos2unix() 282 unix_date -= sys_tz.tz_minuteswest*60; in fat_date_unix2dos()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_time.c | 58 extern struct timezone sys_tz;
|
/linux-2.4.37.9/fs/affs/ |
D | amigaffs.c | 20 extern struct timezone sys_tz; 379 secs -= sys_tz.tz_minuteswest * 60 + ((8 * 365 + 2) * 24 * 60 * 60); in secs_to_datestamp()
|
D | inode.c | 35 extern struct timezone sys_tz; 164 sys_tz.tz_minuteswest * 60; in affs_read_inode()
|
D | super.c | 33 extern struct timezone sys_tz;
|
/linux-2.4.37.9/fs/ncpfs/ |
D | dir.c | 1098 extern struct timezone sys_tz; 1102 return time - sys_tz.tz_minuteswest * 60; in utc2local() 1107 return time + sys_tz.tz_minuteswest * 60; in local2utc()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | osf_sys.c | 893 extern struct timezone sys_tz; 952 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in osf_gettimeofday()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 645 extern struct timezone sys_tz; in sys32_gettimeofday() 646 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys32_gettimeofday()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 705 extern struct timezone sys_tz; 718 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys32_gettimeofday()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 996 extern struct timezone sys_tz; 1009 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys32_gettimeofday()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 887 extern struct timezone sys_tz; 900 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys32_gettimeofday()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sparc32.c | 4122 extern struct timezone sys_tz; 4134 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys32_gettimeofday()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 4067 extern struct timezone sys_tz; 4079 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys32_gettimeofday()
|