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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_leitch.c116 static u_char unitinuse[MAXUNITS]; variable
139 memset((char*)unitinuse, 0, sizeof(unitinuse));
212 if (unitinuse[unit]) {
253 if (unitinuse[unit]) {
400 unitinuse[unit] = 1;
H A Drefclock_msfees.c54 if (flags & CLK_FLAG2 && unitinuse) ees->leaphold = 0;
307 static u_char unitinuse[MAXUNITS]; variable
401 memset((char *)unitinuse, 0, sizeof unitinuse);
446 if (unitinuse[unit]) {
517 if (!unitinuse[i] && eesunits[i] != 0)
587 unitinuse[unit] = 1;
615 if (!unitinuse[unit]) {
624 unitinuse[unit] = 0;
1447 if (!unitinuse[uni
[all...]

Completed in 63 milliseconds