Searched refs:timezone (Results 1 - 25 of 62) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dvsyscall.h38 extern struct timezone sys_tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/kernel/
H A Dsim.c94 long timeval[2], timezone[2];
95 int rval = V850_SIM_SYSCALL (gettimeofday, timeval, timezone);
92 long timeval[2], timezone[2]; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_open.c76 gettimeofday( &tv, (struct timezone *) 0 );
H A Datp_rsel.c57 gettimeofday( &ah->atph_reqtv, (struct timezone *)0 );
114 gettimeofday( &tv, (struct timezone *)0 );
192 gettimeofday( &tv, (struct timezone *)0 );
H A Datp_sreq.c105 gettimeofday( &ah->atph_reqtv, (struct timezone *)0 );
H A Datp_sresp.c141 (struct timezone *) 0 );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Defirtc.c115 eft->timezone = EFI_UNSPECIFIED_TIMEZONE;
327 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE)
330 p += sprintf(p, "Timezone : %u\n", eft.timezone);
345 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE)
348 p += sprintf(p, "Timezone : %u\n", alm.timezone);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dkuam.c109 (void) gettimeofday(&t_local,(struct timezone *) 0);
200 (void) gettimeofday(&t_local,(struct timezone *) 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtime.h23 struct timezone { struct
110 extern int do_sys_settimeofday(struct timespec *tv, struct timezone *tz);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dhwclock.c117 const struct timezone tz = { timezone/60 - 60*daylight, 0 };
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dvsyscall.c68 struct timezone sys_tz;
105 static __always_inline void do_get_tz(struct timezone * tz)
110 static __always_inline int gettimeofday(struct timeval *tv, struct timezone *tz)
165 int __vsyscall(0) vgettimeofday(struct timeval * tv, struct timezone * tz)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dtime.c43 * The timezone where the local system is located. Used as a default by some
46 struct timezone sys_tz;
100 asmlinkage long sys_gettimeofday(struct timeval __user *tv, struct timezone __user *tz)
123 * compile in the timezone information into the kernel. Bad, bad....
143 * in UTC, but in some local time: The first time we set the timezone,
145 * local time. Presumably, if someone is setting the timezone then we
152 int do_sys_settimeofday(struct timespec *tv, struct timezone *tz)
184 struct timezone __user *tz)
188 struct timezone new_tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_top.c146 gettimeofday (&now, (struct timezone *)NULL);
186 gettimeofday (&now, (struct timezone *) NULL);
246 gettimeofday (&o6->starttime, (struct timezone *)NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/aecho/
H A Daecho.c98 if ( gettimeofday( &tv, (struct timezone *)0 ) < 0 ) {
236 if ( gettimeofday( &tv, (struct timezone *)0 ) < 0 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dlinux32.c225 extern struct timezone sys_tz;
228 sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz)
258 sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz)
261 struct timezone ktz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc32.c205 sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz)
216 extern struct timezone sys_tz;
224 int sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz)
227 struct timezone ktz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dudftime.c25 * rewrote udf_stamp_to_time and fixed timezone accounting in
82 extern struct timezone sys_tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dmisc.c136 extern struct timezone sys_tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/kernel/
H A Dasm-offsets.c162 /* timeval/timezone offsets for use by vdso */
163 DEFINE(TZONE_TZ_MINWEST, offsetof(struct timezone, tz_minuteswest));
164 DEFINE(TZONE_TZ_DSTTIME, offsetof(struct timezone, tz_dsttime));
H A Dtime.c71 extern struct timezone sys_tz;
84 /* used for timezone offset */
334 /* If platform provided a timezone (pmac), we correct the time */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Dhpfs_fn.h331 extern struct timezone sys_tz;
337 extern struct timezone sys_tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfile.c423 struct timezone tz;
433 extern long timezone;
436 tzone = (long) timezone;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/
H A Depi_ttcp.c486 struct timezone struct
494 static int gettimeofday(struct timeval *tp, struct timezone *zp);
665 int gettimeofday(struct timeval *tp, struct timezone *tzp);
685 int gettimeofday(struct timeval *tp, struct timezone *tzp);
2148 struct timezone tz;
2190 gettimeofday(struct timeval *tp, struct timezone *zp)
2231 gettimeofday(&time0, (struct timezone *)0);
2243 gettimeofday(&time1, (struct timezone *)0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/timelord/
H A Dtimelord.c108 struct timezone tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.c560 extern struct timezone sys_tz;
562 asmlinkage long sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz)
591 asmlinkage long sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz)
594 struct timezone ktz;

Completed in 274 milliseconds

123