Searched refs:timex32 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 1158 struct timex32 { struct 1187 SYSCALL_DEFINE1(old_adjtimex, struct timex32 __user *, txc_p) in SYSCALL_DEFINE1() argument 1193 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1() 1194 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) - in SYSCALL_DEFINE1() 1195 offsetof(struct timex32, tick))) in SYSCALL_DEFINE1() 1203 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1() 1204 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1() 1205 offsetof(struct timex32, tick))) || in SYSCALL_DEFINE1()
|