taglinefilesource code
txc_p343kernel/time.casmlinkage int sys_adjtimex(struct timex *txc_p)
txc_p351kernel/time.cerror = verify_area(VERIFY_WRITE, txc_p, sizeof(struct timex));
txc_p359kernel/time.cmemcpy_fromfs(&txc, txc_p, sizeof(struct timex));
txc_p454kernel/time.cmemcpy_tofs(txc_p, &txc, sizeof(struct timex));