| tag | line | file | source code |
|---|---|---|---|
| timex | 315 | kernel/time.c | asmlinkage int sys_adjtimex(struct timex *txc_p) |
| timex | 321 | kernel/time.c | struct timex txc; |
| timex | 323 | kernel/time.c | error = verify_area(VERIFY_WRITE, txc_p, sizeof(struct timex)); |
| timex | 331 | kernel/time.c | memcpy_fromfs(&txc, txc_p, sizeof(struct timex)); |
| timex | 426 | kernel/time.c | memcpy_tofs(txc_p, &txc, sizeof(struct timex)); |