Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/kernel/
H A Dt_pty.c42 static int tty_open(const char *);
153 tty_open(const char *ttydev) in tty_open() function
201 tty = tty_open(ttydev); in child_spawn()
/src/contrib/ntp/libntp/
H A Dicom.c149 fd = tty_open(device, O_RDWR, 0777); in icom_init()
/src/contrib/ntp/ntpd/
H A Drefclock_atom.c144 up->fddev = tty_open(device, O_RDWR, 0777); in atom_start()
H A Drefclock_arc.c652 fd = tty_open(device, OPEN_FLAGS, 0777); in arc_start()
H A Drefclock_parse.c3045 fd232 = tty_open(parsedev, O_RDWR | O_NOCTTY | O_NONBLOCK, 0777); in parse_start()
3168 parse->ppsfd = tty_open(parseppsdev, O_RDWR | O_NOCTTY | O_NONBLOCK, 0777); in parse_start()
H A Drefclock_oncore.c705 if ((fd2=tty_open(device2, O_RDWR, 0777)) < 0) { in oncore_start()
/src/contrib/ntp/include/
H A Dntp_types.h280 # define tty_open(f, a, m) open(f, a, m) macro