Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/kernel/
H A Dt_pty.c153 tty_open(const char *ttydev) in tty_open() argument
157 if ((fd = open(ttydev, O_RDWR, 0)) == -1) in tty_open()
186 child_spawn(const char *ttydev) in child_spawn() argument
200 (void)printf("child: started; open \"%s\"\n", ttydev); in child_spawn()
201 tty = tty_open(ttydev); in child_spawn()