taglinefilesource code
txc_p179kernel/time.casmlinkage int sys_adjtimex(struct timex *txc_p)
txc_p187kernel/time.cerror = verify_area(VERIFY_WRITE, txc_p, sizeof(struct timex));
txc_p195kernel/time.cmemcpy_fromfs(&txc, txc_p, sizeof(struct timex));
txc_p330kernel/time.cmemcpy_tofs(txc_p, &txc, sizeof(struct timex));