Searched refs:timex32 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/alpha/kernel/ |
| D | osf_sys.c | 1225 struct timex32 { struct 1254 SYSCALL_DEFINE1(old_adjtimex, struct timex32 __user *, txc_p) in SYSCALL_DEFINE1() argument 1260 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1() 1261 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) - in SYSCALL_DEFINE1() 1262 offsetof(struct timex32, tick))) in SYSCALL_DEFINE1() 1270 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) || in SYSCALL_DEFINE1() 1271 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) - in SYSCALL_DEFINE1() 1272 offsetof(struct timex32, tick))) || in SYSCALL_DEFINE1()
|