taglinefilesource code
txc_p288kernel/time.casmlinkage int sys_adjtimex(struct timex *txc_p)
txc_p296kernel/time.cerror = verify_area(VERIFY_WRITE, txc_p, sizeof(struct timex));
txc_p304kernel/time.cmemcpy_fromfs(&txc, txc_p, sizeof(struct timex));
txc_p390kernel/time.cmemcpy_tofs(txc_p, &txc, sizeof(struct timex));