| tag | line | file | source code |
|---|---|---|---|
| timex | 195 | kernel/time.c | asmlinkage int sys_adjtimex(struct timex *txc_p) |
| timex | 201 | kernel/time.c | struct timex txc; |
| timex | 203 | kernel/time.c | error = verify_area(VERIFY_WRITE, txc_p, sizeof(struct timex)); |
| timex | 211 | kernel/time.c | memcpy_fromfs(&txc, txc_p, sizeof(struct timex)); |
| timex | 346 | kernel/time.c | memcpy_tofs(txc_p, &txc, sizeof(struct timex)); |