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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_leitch.c245 char leitchdev[20]; local
263 snprintf(leitchdev, sizeof(leitchdev), LEITCH232, unit);
264 fd232 = open(leitchdev, O_RDWR, 0777);
267 "leitch_start: open of %s: %m", leitchdev);
282 "leitch_start: ioctl(%s, TCGETA): %m", leitchdev);
292 "leitch_start: ioctl(%s, TCSETA): %m", leitchdev);
306 "leitch_start: tcgetattr(%s): %m", leitchdev);
316 "leitch_start: tcsetattr(%s): %m", leitchdev);
321 "leitch_start: tcflush(%s): %m", leitchdev);
[all...]

Completed in 89 milliseconds