tag | line | file | source code |
---|---|---|---|
txc_p | 343 | kernel/time.c | asmlinkage int sys_adjtimex(struct timex *txc_p) |
txc_p | 351 | kernel/time.c | error = verify_area(VERIFY_WRITE, txc_p, sizeof(struct timex)); |
txc_p | 359 | kernel/time.c | memcpy_fromfs(&txc, txc_p, sizeof(struct timex)); |
txc_p | 454 | kernel/time.c | memcpy_tofs(txc_p, &txc, sizeof(struct timex)); |