Home
last modified time | relevance | path

Searched refs:sys_tz (Results 1 – 22 of 22) sorted by relevance

/linux-2.4.37.9/arch/x86_64/
Dvmlinux.lds64 .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/
Dtime.c37 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()
Dksyms.c66 extern struct timezone sys_tz;
544 EXPORT_SYMBOL(sys_tz);
/linux-2.4.37.9/include/linux/
Dhfs_sysdep.h28 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/
Dhpfs_fn.h63 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/
Dudftime.c82 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/
Dvsyscall.h52 extern struct timezone sys_tz;
/linux-2.4.37.9/arch/ppc64/kernel/
Dtime.c102 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()
Dsys_ppc32.c2411 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/
Dmisc.c253 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/
Dpmac_time.c58 extern struct timezone sys_tz;
/linux-2.4.37.9/fs/affs/
Damigaffs.c20 extern struct timezone sys_tz;
379 secs -= sys_tz.tz_minuteswest * 60 + ((8 * 365 + 2) * 24 * 60 * 60); in secs_to_datestamp()
Dinode.c35 extern struct timezone sys_tz;
164 sys_tz.tz_minuteswest * 60; in affs_read_inode()
Dsuper.c33 extern struct timezone sys_tz;
/linux-2.4.37.9/fs/ncpfs/
Ddir.c1098 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/
Dosf_sys.c893 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/
Dsys_parisc32.c645 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/
Dsys_ia32.c705 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/
Dlinux32.c996 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/
Dsys_ia32.c887 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/
Dsys_sparc32.c4122 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/
Dlinux32.c4067 extern struct timezone sys_tz;
4079 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz))) in sys32_gettimeofday()