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