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

/freebsd-10.3-release/contrib/ntp/libparse/
H A Dparse_conf.c106 clockformat_t *clockformats[] = variable
148 unsigned short nformats = sizeof(clockformats) / sizeof(clockformats[0]) - 1;
171 * (clockformats): Trimble TSIP driver now also
H A Dparse.c68 extern clockformat_t *clockformats[];
293 if (!clockformats[parseio->parse_lformat]->convert)
299 if (clockformats[parseio->parse_lformat]->input)
303 input_status = clockformats[parseio->parse_lformat]->input(parseio, ch, tstamp);
365 if (clockformats[parseio->parse_lformat]->syncpps)
367 updated = (u_int) clockformats[parseio->parse_lformat]->syncpps(parseio, status == SYNC_ONE, ptime);
694 switch ((cvtrtc = clockformats[format]->convert ?
695 clockformats[format]->convert((unsigned char *)parseio->parse_ldata, parseio->parse_ldsize, (struct format *)(clockformats[format]->data), &clock_time, parseio->parse_pdata) :
718 msyslog(LOG_WARNING, "parse: INTERNAL error: bad return code of convert routine \"%s\"", clockformats[forma
[all...]

Completed in 49 milliseconds