Searched refs:old_timex32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | time32.h | 27 struct old_timex32 { struct 61 int get_old_timex32(struct __kernel_timex *, const struct old_timex32 __user *); argument 62 int put_old_timex32(struct old_timex32 __user *, const struct __kernel_timex *);
|
H A D | syscalls.h | 685 asmlinkage long sys_adjtimex_time32(struct old_timex32 __user *txc_p); 861 struct old_timex32 __user *tx);
|
/openbmc/linux/kernel/time/ |
H A D | time.c | 286 int get_old_timex32(struct __kernel_timex *txc, const struct old_timex32 __user *utp) in get_old_timex32() 288 struct old_timex32 tx32; in get_old_timex32() 291 if (copy_from_user(&tx32, utp, sizeof(struct old_timex32))) in get_old_timex32() 318 int put_old_timex32(struct old_timex32 __user *utp, const struct __kernel_timex *txc) in put_old_timex32() 320 struct old_timex32 tx32; in put_old_timex32() 322 memset(&tx32, 0, sizeof(struct old_timex32)); in put_old_timex32() 344 if (copy_to_user(utp, &tx32, sizeof(struct old_timex32))) in put_old_timex32() 349 SYSCALL_DEFINE1(adjtimex_time32, struct old_timex32 __user *, utp) in SYSCALL_DEFINE1()
|
H A D | posix-timers.c | 1306 struct old_timex32 __user *, utp) in SYSCALL_DEFINE2()
|