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

/freebsd-10.3-release/contrib/netbsd-tests/kernel/
H A Dt_pty.c42 static int tty_open(const char *);
153 tty_open(const char *ttydev) function
201 tty = tty_open(ttydev);
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dicom.c149 fd = tty_open(device, O_RDWR, 0777);
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_atom.c144 up->fddev = tty_open(device, O_RDWR, 0777);
H A Drefclock_arc.c651 DPRINTF(1, ("arc: unit %d using tty_open().\n", unit));
652 fd = tty_open(device, OPEN_FLAGS, 0777);
H A Drefclock_parse.c3031 fd232 = tty_open(parsedev, O_RDWR | O_NOCTTY | O_NONBLOCK, 0777);
3153 parse->ppsfd = tty_open(parseppsdev, O_RDWR | O_NOCTTY | O_NONBLOCK, 0777);
H A Drefclock_oncore.c703 if ((fd2=tty_open(device2, O_RDWR, 0777)) < 0) {
/freebsd-10.3-release/contrib/ntp/include/
H A Dntp_types.h282 * instead of refclock_open(), tty_open() is equivalent to open() on
289 # define tty_open(f, a, m) open(f, a, m) macro

Completed in 98 milliseconds