Home
last modified time | relevance | path

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

/trueos/contrib/ntp/libparse/
HDparse.c68 extern clockformat_t *clockformats[];
297 if (!clockformats[parseio->parse_lformat]->convert) in parse_ioread()
303 if (clockformats[parseio->parse_lformat]->input) in parse_ioread()
307 input_status = clockformats[parseio->parse_lformat]->input(parseio, ch, tstamp); in parse_ioread()
369 if (clockformats[parseio->parse_lformat]->syncpps) in parse_iopps()
371 updated = clockformats[parseio->parse_lformat]->syncpps(parseio, status == SYNC_ONE, ptime); in parse_iopps()
698 switch ((cvtrtc = clockformats[format]->convert ? in timepacket()
699clockformats[format]->convert((unsigned char *)parseio->parse_ldata, parseio->parse_ldsize, (struc… in timepacket()
722 … "parse: INTERNAL error: bad return code of convert routine \"%s\"\n", clockformats[format]->name); in timepacket()
794 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name)) in parse_setfmt()
[all …]
HDparse_conf.c102 clockformat_t *clockformats[] = variable
141 unsigned short nformats = sizeof(clockformats) / sizeof(clockformats[0]) - 1;
/trueos/contrib/ntp/
HDCommitLog-4.1.04985 * libparse/parse_conf.c (clockformats): Entry added for
5428 * libparse/parse_conf.c (clockformats): Trimble TSIP driver now also