| /src/tests/kernel/ |
| t_pty.c | 44 static int tty_open(const char *); 154 tty_open(const char *ttydev) function 202 tty = tty_open(ttydev);
|
| /src/external/bsd/ntp/dist/libntp/ |
| icom.c | 151 fd = tty_open(device, O_RDWR, 0777);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_atom.c | 146 up->fddev = tty_open(device, O_RDWR, 0777);
|
| refclock_arc.c | 653 DPRINTF(1, ("arc: unit %d using tty_open().\n", unit)); 654 fd = tty_open(device, OPEN_FLAGS, 0777);
|
| refclock_parse.c | 3047 fd232 = tty_open(parsedev, O_RDWR | O_NOCTTY | O_NONBLOCK, 0777); 3170 parse->ppsfd = tty_open(parseppsdev, O_RDWR | O_NOCTTY | O_NONBLOCK, 0777);
|
| refclock_oncore.c | 707 if ((fd2=tty_open(device2, O_RDWR, 0777)) < 0) {
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_types.h | 275 * instead of refclock_open(), tty_open() is equivalent to open() on 282 # define tty_open(f, a, m) open(f, a, m) macro
|
| /src/external/bsd/tmux/dist/ |
| server-client.c | 349 if (tty_open(&c->tty, cause) != 0)
|
| tmux.h | 2546 int tty_open(struct tty *, char **);
|
| tty.c | 276 tty_open(struct tty *tty, char **cause) function
|