Searched refs:tty_open (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/netbsd-tests/kernel/ |
| H A D | t_pty.c | 42 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 D | icom.c | 149 fd = tty_open(device, O_RDWR, 0777); in icom_init()
|
| /src/contrib/ntp/ntpd/ |
| H A D | refclock_atom.c | 144 up->fddev = tty_open(device, O_RDWR, 0777); in atom_start()
|
| H A D | refclock_arc.c | 652 fd = tty_open(device, OPEN_FLAGS, 0777); in arc_start()
|
| H A D | refclock_parse.c | 3045 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 D | refclock_oncore.c | 705 if ((fd2=tty_open(device2, O_RDWR, 0777)) < 0) { in oncore_start()
|
| /src/contrib/ntp/include/ |
| H A D | ntp_types.h | 280 # define tty_open(f, a, m) open(f, a, m) macro
|