HomeSort by: relevance | last modified time | path
    Searched defs:eesunits (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c 309 static struct eesunit *eesunits[MAXUNITS]; variable in typeref:struct:eesunit
403 memset((char *)eesunits, 0, sizeof eesunits);
515 if (eesunits[unit] != 0) /* The one we want is okay */
516 ees = eesunits[unit];
520 if (!unitinuse[i] && eesunits[i] != 0)
525 ees = eesunits[i];
526 eesunits[i] = 0;
531 eesunits[unit] = ees;
591 pp->unitptr = &eesunits[unit]
    [all...]

Completed in 54 milliseconds