Searched refs:do_sys_settimeofday (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | time.c | 72 extern int do_sys_settimeofday(struct timeval *tv, struct timezone *tz); 351 do_sys_settimeofday(NULL, &tz); in time_init()
|
/linux-2.4.37.9/kernel/ |
D | time.c | 148 int do_sys_settimeofday(struct timeval *tv, struct timezone *tz) in do_sys_settimeofday() function 188 return do_sys_settimeofday(tv ? &new_tv : NULL, tz ? &new_tz : NULL); in sys_settimeofday()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | osf_sys.c | 894 extern int do_sys_settimeofday(struct timeval *tv, struct timezone *tz); 972 return do_sys_settimeofday(tv ? &ktv : NULL, tz ? &ktz : NULL); in osf_settimeofday()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 657 extern int do_sys_settimeofday(struct timeval *tv, struct timezone *tz); in sys32_settimeofday() 668 return do_sys_settimeofday(tv ? &ktv : NULL, tz ? &ktz : NULL); in sys32_settimeofday()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 706 extern int do_sys_settimeofday(struct timeval *tv, struct timezone *tz); 739 return do_sys_settimeofday(tv ? &ktv : NULL, tz ? &ktz : NULL); in sys32_settimeofday()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 997 extern int do_sys_settimeofday(struct timeval *tv, struct timezone *tz); 1030 return do_sys_settimeofday(tv ? &ktv : NULL, tz ? &ktz : NULL); in sys32_settimeofday()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 888 extern int do_sys_settimeofday (struct timeval *tv, struct timezone *tz); 921 return do_sys_settimeofday(tv ? &ktv : NULL, tz ? &ktz : NULL); in sys32_settimeofday()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | sys_ppc32.c | 2412 extern int do_sys_settimeofday(struct timeval *tv, struct timezone *tz); 2451 return do_sys_settimeofday(tv ? &ktv : NULL, tz ? &ktz : NULL); in sys32_settimeofday()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sparc32.c | 4123 extern int do_sys_settimeofday(struct timeval *tv, struct timezone *tz); 4154 return do_sys_settimeofday(tv ? &ktv : NULL, tz ? &ktz : NULL); in sys32_settimeofday()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 4068 extern int do_sys_settimeofday(struct timeval *tv, struct timezone *tz); 4099 return do_sys_settimeofday(tv ? &ktv : NULL, tz ? &ktz : NULL); in sys32_settimeofday()
|