Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c240 struct eesunit { /* EES unit control structure. */ struct
307 static struct eesunit *eesunits[MAXUNITS]; argument
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; in msfees_start()
526 else ees = (struct eesunit *) emalloc(sizeof(struct eesunit)); in msfees_start()
528 memset((char *)ees, 0, sizeof(struct eesunit)); in msfees_start()
608 register struct eesunit *ees; in msfees_shutdown()
632 struct eesunit *ees, in ees_report_event()
655 register struct eesunit *ees; in ees_receive()
[all …]