Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dtty_pty.c73 struct tty *pt_tty; member
190 minor = pt == NULL || pt->pt_tty == NULL || in pty_isfree()
191 pt->pt_tty->t_oproc == NULL; in pty_isfree()
294 pti->pt_tty = tty_alloc(); in pty_check()
304 tty_free(pti->pt_tty); in pty_check()
310 tty_attach(pti->pt_tty); in pty_check()
382 tp = pti->pt_tty; in ptsopen()
420 struct tty *tp = pti->pt_tty; in ptsclose()
434 struct tty *tp = pti->pt_tty; in ptsread()
494 struct tty *tp = pti->pt_tty; in ptswrite()
[all …]