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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_leitch.c47 #define MAXUNITS 1 /* max number of LEITCH units */ macro
115 static struct leitchunit leitchunits[MAXUNITS];
116 static u_char unitinuse[MAXUNITS];
117 static u_char stratumtouse[MAXUNITS];
118 static u_int32 refid[MAXUNITS];
140 for (i = 0; i < MAXUNITS; i++)
176 if (unit >= MAXUNITS) {
201 if (unit >= MAXUNITS) {
248 if (unit >= MAXUNITS) {
H A Drefclock_msfees.c118 #ifndef MAXUNITS
119 #define MAXUNITS 4 /* maximum number of EES units permitted */ macro
306 static struct eesunit *eesunits[MAXUNITS];
307 static u_char unitinuse[MAXUNITS];
311 static l_fp inherent_delay[MAXUNITS]; /* when time stamp is taken */
312 static l_fp fudgefactor[MAXUNITS]; /* fudgetime1 */
313 static l_fp os_delay[MAXUNITS]; /* fudgetime2 */
314 static l_fp offset_fudge[MAXUNITS]; /* Sum of above */
315 static u_char stratumtouse[MAXUNITS];
316 static u_char sloppyclockflag[MAXUNITS];
[all...]
H A Drefclock_parse.c216 #define MAXUNITS 4 /* maximum number of "PARSE" units permitted */ macro
/macosx-10.10/misc_cmds-33/units/
H A Dunits.c38 #define MAXUNITS 1000 macro
50 } unittable[MAXUNITS];
183 if (unitcount == MAXUNITS) {

Completed in 212 milliseconds