Searched refs:timezone (Results 1 - 25 of 56) sorted by last modified time

123

/linux-master/arch/alpha/kernel/
H A Dosf_sys.c933 extern struct timezone sys_tz;
983 struct timezone __user *, tz)
1000 struct timezone __user *, tz)
1003 struct timezone ktz;
/linux-master/tools/testing/selftests/x86/
H A Dtest_vsyscall.c52 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz);
95 static inline long sys_gtod(struct timeval *tv, struct timezone *tz)
124 const struct timezone *tz_sys,
127 const struct timezone *tz_other)
146 struct timezone tz_sys, tz_vdso, tz_vsys;
/linux-master/tools/testing/selftests/timers/
H A Dset-tz.c30 struct timezone tz;
40 struct timezone tz;
50 struct timezone tz;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c936 struct timezone tz;
/linux-master/tools/include/nolibc/
H A Dsys.h492 * int gettimeofday(struct timeval *tv, struct timezone *tz);
496 int sys_gettimeofday(struct timeval *tv, struct timezone *tz)
506 int gettimeofday(struct timeval *tv, struct timezone *tz)
/linux-master/security/
H A Dsecurity.c1086 * @tz: timezone
1089 * <include/linux/time64.h> and timezone is defined in <include/linux/time.h>.
1093 int security_settime64(const struct timespec64 *ts, const struct timezone *tz)
H A Dcommoncap.c108 * @tz: The timezone to set
110 * Determine whether the current process may set the system clock and timezone
113 int cap_settime(const struct timespec64 *ts, const struct timezone *tz)
/linux-master/lib/vdso/
H A Dgettimeofday.c317 struct __kernel_old_timeval *tv, struct timezone *tz)
343 __cvdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz)
/linux-master/include/linux/
H A Dsecurity.h80 struct timezone;
150 extern int cap_settime(const struct timespec64 *ts, const struct timezone *tz);
296 int security_settime64(const struct timespec64 *ts, const struct timezone *tz);
630 const struct timezone *tz)
H A Dlsm_hook_defs.h50 const struct timezone *tz)
H A Defi.h239 s16 timezone; member in struct:__anon2127
H A Dtimekeeping.h22 const struct timezone *tz);
H A Dsyscalls.h54 struct timezone;
699 struct timezone __user *tz);
701 struct timezone __user *tz);
/linux-master/arch/x86/include/asm/vdso/
H A Dgettimeofday.h84 struct timezone *_tz)
144 struct timezone *_tz)
/linux-master/arch/s390/include/asm/vdso/
H A Dgettimeofday.h41 register struct timezone *tz)
/linux-master/arch/powerpc/kernel/
H A Dtime.c142 extern struct timezone sys_tz;
947 /* If platform provided a timezone (pmac), we correct the time */
/linux-master/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h48 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, struct timezone *_tz)
149 int __c_kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz,
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c37 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz);
H A Dvdso_test_abi.c31 typedef long (*vdso_gettimeofday_t)(struct timeval *tv, struct timezone *tz);
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c179 !write_ok_or_segv(regs->si, sizeof(struct timezone))) {
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c3465 gettimeofday(&t->tv_begin, (struct timezone *)NULL);
3660 gettimeofday(&t->tv_end, (struct timezone *)NULL);
5060 gettimeofday(&tv_even, (struct timezone *)NULL);
5081 gettimeofday(&tv_odd, (struct timezone *)NULL);
5104 gettimeofday(&tv_even, (struct timezone *)NULL);
7437 gettimeofday(&tv_even, (struct timezone *)NULL);
7464 gettimeofday(&tv_odd, (struct timezone *)NULL);
/linux-master/drivers/scsi/
H A D3w-sas.c80 extern struct timezone sys_tz;
H A D3w-9xxx.c108 extern struct timezone sys_tz;
/linux-master/include/vdso/
H A Dgettime.h8 struct timezone;
20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz);
/linux-master/arch/x86/entry/vdso/
H A Dvclock_gettime.c18 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz)
23 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)

Completed in 321 milliseconds

123