Searched refs:tz (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dthermal.c214 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) argument
219 if (!tz)
222 tz->last_temperature = tz->temperature;
225 acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tz->temperature);
230 tz->temperature));
235 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) argument
240 if (!tz)
244 acpi_evaluate_integer(tz
255 acpi_thermal_set_polling(struct acpi_thermal *tz, int seconds) argument
270 acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) argument
296 acpi_thermal_get_trip_points(struct acpi_thermal *tz) argument
406 acpi_thermal_get_devices(struct acpi_thermal *tz) argument
442 acpi_thermal_critical(struct acpi_thermal *tz) argument
464 acpi_thermal_hot(struct acpi_thermal *tz) argument
483 acpi_thermal_passive(struct acpi_thermal *tz) argument
570 acpi_thermal_active(struct acpi_thermal *tz) argument
646 struct acpi_thermal *tz = (struct acpi_thermal *)data; local
654 struct acpi_thermal *tz = data; local
770 struct acpi_thermal *tz = seq->private; local
805 struct acpi_thermal *tz = seq->private; local
829 struct acpi_thermal *tz = seq->private; local
890 struct acpi_thermal *tz = seq->private; local
917 struct acpi_thermal *tz = m->private; local
946 struct acpi_thermal *tz = seq->private; local
976 struct acpi_thermal *tz = m->private; local
1102 struct acpi_thermal *tz = data; local
1134 acpi_thermal_get_info(struct acpi_thermal *tz) argument
1175 struct acpi_thermal *tz = NULL; local
1227 struct acpi_thermal *tz = NULL; local
1267 struct acpi_thermal *tz = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dutil.c19 int year, month, day, hour, minute, second, tz; local
28 if (flag == 0) tz = p[6]; /* High sierra has no time zone */
29 else tz = 0;
48 if (tz & 0x80)
49 tz |= (-1 << 8);
76 if (-52 <= tz && tz <= 52)
77 crtime -= tz * 15 * 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/scripts/
H A Dtgz64 *.t?z | *.?z | *.z | *.Z | *.tz | *.tz? )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgettimeofday.c101 rpl_gettimeofday (struct timeval *restrict tv, void *restrict tz) argument
111 int result = gettimeofday (tv, tz);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dtime.c100 asmlinkage long sys_gettimeofday(struct timeval __user *tv, struct timezone __user *tz) argument
108 if (unlikely(tz != NULL)) {
109 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
152 int do_sys_settimeofday(struct timespec *tv, struct timezone *tz) argument
160 error = security_settime(tv, tz);
164 if (tz) {
166 sys_tz = *tz;
184 struct timezone __user *tz)
196 if (tz) {
197 if (copy_from_user(&new_tz, tz, sizeo
183 sys_settimeofday(struct timeval __user *tv, struct timezone __user *tz) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dvsyscall.c105 static __always_inline void do_get_tz(struct timezone * tz) argument
107 *tz = __vsyscall_gtod_data.sys_tz;
110 static __always_inline int gettimeofday(struct timeval *tv, struct timezone *tz) argument
115 : "0" (__NR_gettimeofday),"D" (tv),"S" (tz)
165 int __vsyscall(0) vgettimeofday(struct timeval * tv, struct timezone * tz) argument
169 if (tz)
170 do_get_tz(tz);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dparsedate.c118 static const struct tzinfo tz[]= { variable in typeref:struct:tzinfo
245 what = tz;
246 for(i=0; i< sizeof(tz)/sizeof(tz[0]); i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dkspd.c198 struct timezone tz; local
240 memset(&tz, 0, sizeof(tz));
242 (int)&tz, 0,0)) == 0)
H A Dlinux32.c228 sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
236 if (tz) {
237 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
258 sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
267 if (tz) {
268 if (copy_from_user(&ktz, tz, sizeof(ktz)))
272 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dinit.c125 char tz[1000]; local
132 tz,
155 snprintf(tz, sizeof(tz), "TZ=%s", getenv("TZ"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dhwclock.c117 const struct timezone tz = { timezone/60 - 60*daylight, 0 }; local
121 if (settimeofday(&tv, &tz))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc32.c205 sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
215 if (tz) {
217 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
224 int sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
233 if (tz) {
234 if (copy_from_user(&ktz, tz, sizeof(ktz)))
238 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-aac.c33 struct timezone tz; local
35 gettimeofday(&tv, &tz);
38 (tz.tz_minuteswest * 60));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-aac.c32 struct timezone tz; local
34 gettimeofday(&tv, &tz);
37 (tz.tz_minuteswest * 60));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-aac.c33 struct timezone tz; local
35 gettimeofday(&tv, &tz);
38 (tz.tz_minuteswest * 60));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/timelord/
H A Dtimelord.c108 struct timezone tz; local
229 if ( gettimeofday( &tv, &tz ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/timelord/
H A Dtimelord.c108 struct timezone tz; local
229 if ( gettimeofday( &tv, &tz ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevmonitor.c214 struct timezone tz; local
233 if (gettimeofday(&tv, &tz) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dblocksort.c610 { Int32 tz; \
611 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
612 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
613 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsys_ppc32.c204 asmlinkage long compat_sys_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
212 if (tz) {
213 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
222 asmlinkage long compat_sys_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
231 if (tz) {
232 if (copy_from_user(&ktz, tz, sizeof(ktz)))
236 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.c562 asmlinkage long sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
570 if (tz) {
571 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
591 asmlinkage long sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
600 if (tz) {
601 if (copy_from_user(&ktz, tz, sizeof(ktz)))
605 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsys_ia32.c450 sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
458 if (tz) {
459 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
466 sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
478 if (tz) {
479 if (copy_from_user(&ktz, tz, sizeof(ktz)))
483 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtime.h110 extern int do_sys_settimeofday(struct timespec *tv, struct timezone *tz);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c873 osf_gettimeofday(struct timeval32 __user *tv, struct timezone __user *tz) argument
881 if (tz) {
882 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
889 osf_settimeofday(struct timeval32 __user *tv, struct timezone __user *tz) argument
898 if (tz) {
899 if (copy_from_user(&ktz, tz, sizeof(*tz)))
905 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sparc32.c727 struct timezone __user *tz)
735 if (tz) {
736 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
757 struct timezone __user *tz)
766 if (tz) {
767 if (copy_from_user(&ktz, tz, sizeof(ktz)))
771 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL);
726 sys32_gettimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument
756 sys32_settimeofday(struct compat_timeval __user *tv, struct timezone __user *tz) argument

Completed in 336 milliseconds

12