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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c110 static u_char unitinuse[MAXUNITS]; variable
133 memset((char*)unitinuse, 0, sizeof(unitinuse));
214 if (unitinuse[unit]) {
255 if (unitinuse[unit]) {
373 unitinuse[unit] = 1;
H A Drefclock_msfees.c55 if (flags & CLK_FLAG2 && unitinuse) ees->leaphold = 0;
308 static u_char unitinuse[MAXUNITS]; variable
402 memset((char *)unitinuse, 0, sizeof unitinuse);
447 if (unitinuse[unit]) {
518 if (!unitinuse[i] && eesunits[i] != 0)
588 unitinuse[unit] = 1;
616 if (!unitinuse[unit]) {
625 unitinuse[unit] = 0;
1435 if (!unitinuse[uni
[all...]

Completed in 53 milliseconds