Lines Matching refs:clockformats
68 extern clockformat_t *clockformats[];
293 if (!clockformats[parseio->parse_lformat]->convert) in parse_ioread()
299 if (clockformats[parseio->parse_lformat]->input) in parse_ioread()
303 input_status = clockformats[parseio->parse_lformat]->input(parseio, ch, tstamp); in parse_ioread()
365 if (clockformats[parseio->parse_lformat]->syncpps) in parse_iopps()
367 …updated = (u_int) clockformats[parseio->parse_lformat]->syncpps(parseio, status == SYNC_ONE, ptime… in parse_iopps()
694 switch ((cvtrtc = clockformats[format]->convert ? in timepacket()
695 …clockformats[format]->convert((unsigned char *)parseio->parse_ldata, parseio->parse_ldsize, (struc… in timepacket()
718 …G, "parse: INTERNAL error: bad return code of convert routine \"%s\"", clockformats[format]->name); in timepacket()
790 if (!Strcmp(dct->parseformat.parse_buffer, clockformats[i]->name)) in parse_setfmt()
796 parse->parse_plen = clockformats[i]->plen; in parse_setfmt()
813 parse->parse_dsize = clockformats[i]->length; in parse_setfmt()
853 Strlen(clockformats[dct->parseformat.parse_format]->name) <= PARSE_TCMAX) in parse_getfmt()
855 …dct->parseformat.parse_count = (unsigned short) (Strlen(clockformats[dct->parseformat.parse_format… in parse_getfmt()
856 …memcpy(dct->parseformat.parse_buffer, clockformats[dct->parseformat.parse_format]->name, dct->pars… in parse_getfmt()