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