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

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c1177 extern struct timezone sys_tz;
1180 sys32_gettimeofday (struct compat_timeval __user *tv, struct timezone __user *tz)
1196 sys32_settimeofday (struct compat_timeval __user *tv, struct timezone __user *tz)
1200 struct timezone ktz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/affs/
H A Dinode.c16 extern struct timezone sys_tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_lsa.c139 if (gettimeofday (&now, (struct timezone *)NULL) < 0)
163 if (gettimeofday (&now, (struct timezone *)NULL) < 0)
H A Dospf6_interface.c484 gettimeofday (&now, (struct timezone *) NULL);
H A Dospf6_message.c1518 if (gettimeofday (&tv, (struct timezone *) NULL) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c121 extern struct timezone sys_tz;
968 /* If platform provided a timezone (pmac), we correct the time */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/
H A Ddummy.c104 static int dummy_settime(struct timespec *ts, struct timezone *tz)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_wrapper.S340 llgtr %r3,%r3 # struct timezone *
346 llgtr %r3,%r3 # struct timezone *
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Ddir.c1193 extern struct timezone sys_tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Drc.c2191 /* Get the timezone from NVRAM and set the timezone in the kernel
2199 struct timezone tz;
2207 /* Update kernel timezone */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A D3w-9xxx.c99 extern struct timezone sys_tz;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c11060 ** Parse a timezone extension on the end of a date-time.
21189 SHORT minute; /* needs to be able to cope with negative timezone offset */
21195 minute = (SHORT)dt.minutes + dt.timezone;
[all...]

Completed in 492 milliseconds

123