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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c240 struct eesunit { /* EES unit control structure. */ struct
307 static struct eesunit *eesunits[MAXUNITS];
350 static void ees_report_event P((struct eesunit *ees, int code));
352 static void ees_process P((struct eesunit *ees));
434 register struct eesunit *ees;
526 else ees = (struct eesunit *) emalloc(sizeof(struct eesunit));
528 memset((char *)ees, 0, sizeof(struct eesunit));
608 register struct eesunit *ees;
632 struct eesunit *ee
[all...]

Completed in 46 milliseconds