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

/freebsd-10.0-release/contrib/ntp/include/
H A Dparse.h294 typedef struct parse parse_t; typedef in typeref:struct:parse
343 u_long (*input) P((parse_t *, unsigned int, timestamp_t *));
348 u_long (*syncpps) P((parse_t *, int, timestamp_t *));
362 extern int parse_ioinit P((parse_t *));
363 extern void parse_ioend P((parse_t *));
364 extern int parse_ioread P((parse_t *, unsigned int, timestamp_t *));
365 extern int parse_iopps P((parse_t *, int, timestamp_t *));
366 extern void parse_iodone P((parse_t *));
367 extern int parse_timecode P((parsectl_t *, parse_t *));
368 extern int parse_getfmt P((parsectl_t *, parse_t *));
[all...]
/freebsd-10.0-release/contrib/ntp/libparse/
H A Dparse.c71 static u_long timepacket P((parse_t *));
115 parse_t *parseio,
157 register parse_t *parseio
180 register parse_t *parseio
194 parse_t *parseio,
224 parse_t *parseio,
249 parse_t *parseio
266 register parse_t *parseio,
355 register parse_t *parseio,
386 register parse_t *parsei
[all...]
H A Dclk_computime.c92 static unsigned long inp_computime P((parse_t *, unsigned int, timestamp_t *));
153 parse_t *parseio,
H A Dclk_rcc8000.c61 static unsigned long inp_rcc8000 P((parse_t *, unsigned int, timestamp_t *));
136 parse_t *parseio,
H A Dclk_schmid.c93 static unsigned long inp_schmid P((parse_t *, unsigned int, timestamp_t *));
201 parse_t *parseio,
H A Dclk_dcf7000.c68 static unsigned long inp_dcf7000 P((parse_t *, unsigned int, timestamp_t *));
153 parse_t *parseio,
H A Dclk_hopf6021.c122 static unsigned long inp_hopf6021 P((parse_t *, unsigned int, timestamp_t *));
222 parse_t *parseio,
H A Dclk_trimtaip.c82 static unsigned long inp_trimtaip P((parse_t *, unsigned int, timestamp_t *));
150 parse_t *parseio,
H A Dclk_rawdcf.c104 static u_long pps_rawdcf P((parse_t *, int, timestamp_t *));
106 static u_long inp_rawdcf P((parse_t *, unsigned int, timestamp_t *));
520 parse_t *parseio,
536 parse_t *parseio,
564 parse_t *parseio,
H A Dclk_varitext.c109 static u_long inp_varitext P((parse_t *, unsigned int, timestamp_t *));
189 parse_t *parseio,
H A Dclk_wharton.c130 parse_t *parseio,
H A Dclk_meinberg.c214 static u_long mbg_input P((parse_t *, unsigned int, timestamp_t *));
215 static u_long gps_input P((parse_t *, unsigned int, timestamp_t *));
425 parse_t *parseio,
589 parse_t *parseio,
H A Dclk_trimtsip.c119 static unsigned long inp_tsip P((parse_t *, unsigned int, timestamp_t *));
138 parse_t *parseio,
/freebsd-10.0-release/contrib/ntp/kernel/sys/
H A Dparsestreams.h75 parse_t parse_io; /* io structure */
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_parse.c386 parse_t parseio; /* io handling structure (user level parsing) */

Completed in 96 milliseconds