Searched refs:timex32 (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1146 struct timex32 { struct 1175 SYSCALL_DEFINE1(old_adjtimex, struct timex32 __user *, txc_p) in SYSCALL_DEFINE1() argument 1181 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1() 1182 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) - in SYSCALL_DEFINE1() 1183 offsetof(struct timex32, tick))) in SYSCALL_DEFINE1() 1191 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1() 1192 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1() 1193 offsetof(struct timex32, tick))) || in SYSCALL_DEFINE1()
|