Searched refs:timezone (Results 26 - 50 of 56) sorted by relevance

123

/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c88 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz);
H A Dvdso_test_correctness.c59 typedef long (*vgtod_t)(struct timeval *tv, struct timezone *tz);
160 static inline int sys_gettimeofday(struct timeval *tv, struct timezone *tz)
384 struct timezone sys_tz, vdso_tz;
H A Dvdso_test_abi.c31 typedef long (*vdso_gettimeofday_t)(struct timeval *tv, struct timezone *tz);
/linux-master/include/linux/
H A Dtime.h9 extern struct timezone sys_tz;
H A Dtimekeeping.h22 const struct timezone *tz);
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 Dcompat.h731 struct timezone __user *tz);
733 struct timezone __user *tz);
H A Dsyscalls.h54 struct timezone;
699 struct timezone __user *tz);
701 struct timezone __user *tz);
H A Dlsm_hook_defs.h50 const struct timezone *tz)
/linux-master/arch/powerpc/kernel/vdso/
H A Dvgettimeofday.c40 int __c_kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz,
/linux-master/kernel/time/
H A Dtime.c47 * The timezone where the local system is located. Used as a default by some
50 struct timezone sys_tz;
141 struct timezone __user *, tz)
160 * in UTC, but in some local time: The first time we set the timezone,
162 * local time. Presumably, if someone is setting the timezone then we
169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz)
200 struct timezone __user *, tz)
203 struct timezone new_tz;
225 struct timezone __user *, tz)
244 struct timezone __use
[all...]
/linux-master/arch/x86/include/asm/vdso/
H A Dgettimeofday.h84 struct timezone *_tz)
144 struct timezone *_tz)
/linux-master/arch/sparc/vdso/
H A Dvclock_gettime.c77 notrace static long vdso_fallback_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz)
307 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz)
339 gettimeofday(struct __kernel_old_timeval *, struct timezone *)
343 __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz)
/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/net/netfilter/
H A Dxt_time.c32 extern struct timezone sys_tz; /* ouch */
186 /* Adjust for local timezone */
280 pr_info("kernel timezone is +%02d%02d\n",
283 pr_info("kernel timezone is -%02d%02d\n",
/linux-master/fs/hpfs/
H A Dhpfs_fn.h339 extern struct timezone sys_tz;
345 extern struct timezone sys_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/samples/timers/
H A Dhpet_example.c138 struct timezone tz;
/linux-master/include/acpi/
H A Dacbuffer.h53 u16 timezone; member in struct:acpi_grt_info
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c179 !write_ok_or_segv(regs->si, sizeof(struct timezone))) {
/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/drivers/scsi/
H A Dmvumi.h565 extern struct timezone sys_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/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/security/
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)

Completed in 411 milliseconds

123