Searched refs:txc_p (Results 1 – 1 of 1) sorted by relevance
208 SYSCALL_DEFINE1(adjtimex, struct timex __user *, txc_p) in SYSCALL_DEFINE1() argument217 if(copy_from_user(&txc, txc_p, sizeof(struct timex))) in SYSCALL_DEFINE1()220 return copy_to_user(txc_p, &txc, sizeof(struct timex)) ? -EFAULT : ret; in SYSCALL_DEFINE1()