Searched refs:timex32 (Results 1 – 1 of 1) sorted by relevance
/arch/alpha/kernel/ |
D | osf_sys.c | 1242 struct timex32 { struct 1271 SYSCALL_DEFINE1(old_adjtimex, struct timex32 __user *, txc_p) in SYSCALL_DEFINE1() argument 1277 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1() 1278 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) - in SYSCALL_DEFINE1() 1279 offsetof(struct timex32, time))) in SYSCALL_DEFINE1() 1287 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1() 1288 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1() 1289 offsetof(struct timex32, tick))) || in SYSCALL_DEFINE1()
|