Searched refs:timex32 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c1178 struct timex32 { struct
1208 sys_old_adjtimex(struct timex32 __user *txc_p)
1214 if (copy_from_user(&txc, txc_p, offsetof(struct timex32, time)) ||
1215 copy_from_user(&txc.tick, &txc_p->tick, sizeof(struct timex32) -
1216 offsetof(struct timex32, time)))
1223 /* copy back to timex32 */
1224 if (copy_to_user(txc_p, &txc, offsetof(struct timex32, time)) ||
1225 (copy_to_user(&txc_p->tick, &txc.tick, sizeof(struct timex32) -
1226 offsetof(struct timex32, tick))) ||

Completed in 27 milliseconds