Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c147 struct leitchunit *leitch; in leitch_shutdown() local
152 leitch = &leitchunits[unit]; in leitch_shutdown()
153 if (-1 != leitch->leitchio.fd) in leitch_shutdown()
154 io_closeclock(&leitch->leitchio); in leitch_shutdown()
170 struct leitchunit *leitch; in leitch_poll() local
183 leitch = &leitchunits[unit]; in leitch_poll()
185 if (leitch->state != STATE_IDLE) { in leitch_poll()
188 leitch->state = STATE_IDLE; in leitch_poll()
190 leitch_send(leitch,"D\r"); in leitch_poll()
191 leitch->state = STATE_DATE; in leitch_poll()
[all …]