Lines Matching refs:parseunit

248 struct parseunit;		/* to keep inquiring minds happy */
253 int (*bd_init) (struct parseunit *); /* initialize */
254 void (*bd_end) (struct parseunit *); /* end */
255 int (*bd_setcs) (struct parseunit *, parsectl_t *); /* set character size */
256 int (*bd_disable) (struct parseunit *); /* disable */
257 int (*bd_enable) (struct parseunit *); /* enable */
258 int (*bd_getfmt) (struct parseunit *, parsectl_t *); /* get format */
259 int (*bd_setfmt) (struct parseunit *, parsectl_t *); /* setfmt */
260 int (*bd_timecode) (struct parseunit *, parsectl_t *); /* get time code */
388 struct parseunit struct
443 static void poll_dpoll (struct parseunit *); argument
445 static int poll_init (struct parseunit *);
556 static void gps16x_message (struct parseunit *, parsetime_t *);
557 static int gps16x_poll_init (struct parseunit *);
697 static int rawdcf_init_1 (struct parseunit *);
706 static int rawdcf_init_2 (struct parseunit *);
722 static int trimbletaip_init (struct parseunit *);
723 static void trimbletaip_event (struct parseunit *, int);
729 static int trimbletsip_init (struct parseunit *);
730 static void trimbletsip_end (struct parseunit *);
731 static void trimbletsip_message (struct parseunit *, parsetime_t *);
732 static void trimbletsip_event (struct parseunit *, int);
909 void (*cl_poll) (struct parseunit *); /* active poll routine */
910 int (*cl_init) (struct parseunit *); /* active poll init routine */
911 void (*cl_event) (struct parseunit *, int); /* special event handling (e.g. reset clock) */
912 void (*cl_end) (struct parseunit *); /* active poll end routine */
913 void (*cl_message) (struct parseunit *, parsetime_t *); /* process a lower layer message */
1538 static void parse_event (struct parseunit *, int);
1539 static void parse_process (struct parseunit *, parsetime_t *);
1540 static void clear_err (struct parseunit *, u_long);
1541 static int list_err (struct parseunit *, u_long);
1549 struct parseunit *parse, in clear_err()
1578 struct parseunit *parse, in list_err()
1722 static int ppsclock_init (struct parseunit *);
1723 static int stream_init (struct parseunit *);
1724 static void stream_end (struct parseunit *);
1725 static int stream_enable (struct parseunit *);
1726 static int stream_disable (struct parseunit *);
1727 static int stream_setcs (struct parseunit *, parsectl_t *);
1728 static int stream_getfmt (struct parseunit *, parsectl_t *);
1729 static int stream_setfmt (struct parseunit *, parsectl_t *);
1730 static int stream_timecode (struct parseunit *, parsectl_t *);
1734 static int local_init (struct parseunit *);
1735 static void local_end (struct parseunit *);
1736 static int local_nop (struct parseunit *);
1737 static int local_setcs (struct parseunit *, parsectl_t *);
1738 static int local_getfmt (struct parseunit *, parsectl_t *);
1739 static int local_setfmt (struct parseunit *, parsectl_t *);
1740 static int local_timecode (struct parseunit *, parsectl_t *);
1809 struct parseunit *parse in ppsclock_init()
1844 struct parseunit *parse in stream_init()
1886 struct parseunit *parse in stream_end()
1898 struct parseunit *parse, in stream_setcs()
1922 struct parseunit *parse in stream_enable()
1946 struct parseunit *parse in stream_disable()
1970 struct parseunit *parse, in stream_getfmt()
1993 struct parseunit *parse, in stream_setfmt()
2018 struct parseunit *parse, in stream_timecode()
2047 struct parseunit * parse; in stream_receive()
2050 parse = (struct parseunit *)rbufp->recv_peer->procptr->unitptr; in stream_receive()
2110 struct parseunit *parse in local_init()
2121 struct parseunit *parse in local_end()
2133 struct parseunit *parse in local_nop()
2144 struct parseunit *parse, in local_setcs()
2156 struct parseunit *parse, in local_getfmt()
2168 struct parseunit *parse, in local_setfmt()
2180 struct parseunit *parse, in local_timecode()
2196 struct parseunit * parse; in local_input()
2202 parse = (struct parseunit *)rbufp->recv_peer->procptr->unitptr; in local_input()
2415 struct parseunit * parse; in local_receive()
2418 parse = (struct parseunit *)rbufp->recv_peer->procptr->unitptr; in local_receive()
2460 struct parseunit *parse in init_iobinding()
2724 struct parseunit *parse in parse_statistics()
2772 struct parseunit *parse in cparse_statistics()
2793 struct parseunit *parse = NULL; in parse_shutdown()
2858 struct parseunit *parse, in parse_hardpps()
2900 struct parseunit *parse in parse_ppsapi()
2993 struct parseunit * parse; in parse_start()
3392 struct parseunit *parse, in parse_ctl()
3456 struct parseunit *parse = peer->procptr->unitptr; in parse_poll()
3513 struct parseunit *parse = peer->procptr->unitptr; in parse_control()
3734 struct parseunit *parse, in parse_event()
3762 struct parseunit *parse, in parse_process()
4317 struct parseunit *parse, in gps16x_message()
4686 struct parseunit *parse = peer->procptr->unitptr; in gps16x_poll()
4761 struct parseunit *parse in gps16x_poll_init()
4776 struct parseunit *parse, in gps16x_message()
4782 struct parseunit *parse in gps16x_poll_init()
4798 struct parseunit *parse in poll_dpoll()
4828 struct parseunit *parse = peer->procptr->unitptr; in poll_poll()
4844 struct parseunit *parse in poll_init()
4865 struct parseunit *parse in trimbletaip_init()
4907 struct parseunit *parse, in trimbletaip_event()
5058 void sendetx (struct txbuf *buf, struct parseunit *parse);
5075 void sendetx (struct txbuf *buf, struct parseunit *parse);
5093 struct parseunit *parse in sendetx()
5158 struct parseunit *parse, in trimbletsip_setup()
5223 struct parseunit *parse = peer->procptr->unitptr; in trimble_check()
5270 struct parseunit *parse in trimbletsip_end()
5288 struct parseunit *parse in trimbletsip_init()
5353 struct parseunit *parse, in trimbletsip_event()
5446 struct parseunit *parse, in trimbletsip_message()
5850 struct parseunit *parse in rawdcf_init_1()
5882 struct parseunit *parse in rawdcfdtr_init_1()
5897 struct parseunit *parse in rawdcf_init_2()
5929 struct parseunit *parse in rawdcf_init_2()