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

/macosx-10.10.1/ntp-92/util/
H A Dtickadj.c27 struct timex txc; variable in typeref:struct:timex
46 txc.time_tick = i;
47 txc.modes = ADJ_TIMETICK;
57 txc.tickadj = i;
58 txc.modes |= ADJ_TICKADJ;
73 txc.time_tick = i;
74 txc.modes |= ADJ_TIMETICK;
94 if (__adjtimex(&txc) < 0)
98 txc.time_tick, txc
[all...]

Completed in 113 milliseconds