Searched refs:pt_tty (Results 1 – 4 of 4) sorted by relevance
125 if (!pti->pt_tty) { in pty_get_ioctl()126 pti->pt_tty = ttymalloc(); in pty_get_ioctl()128 if (!pti->pt_tty) { in pty_get_ioctl()
297 if ((new_ptmx_ioctl->pt_tty = ttymalloc()) == NULL) { in ptmx_get_ioctl()315 ttyfree(new_ptmx_ioctl->pt_tty); in ptmx_get_ioctl()332 ttyfree(new_ptmx_ioctl->pt_tty); in ptmx_get_ioctl()350 ttyfree(new_ptmx_ioctl->pt_tty); in ptmx_get_ioctl()358 ttyfree(new_ptmx_ioctl->pt_tty); in ptmx_get_ioctl()445 ttyfree(old_ptmx_ioctl->pt_tty); in ptmx_free_ioctl()686 tp = pti->pt_tty; in ptsd_kqfilter()769 return ptmx_knote_ioctl(kn)->pt_tty; in ptmx_knote_tty()790 tp = pti->pt_tty; in ptmx_kqfilter()828 struct tty *tp = pti->pt_tty; in ptmx_kqops_detach()
277 struct tty *tp = pti->pt_tty; in ptsopen()346 tp = pti->pt_tty; in ptsclose()387 tp = pti->pt_tty; in ptsread()414 tp = pti->pt_tty; in ptswrite()499 struct tty *tp = pti->pt_tty; in ptcopen()546 tp = pti->pt_tty; in ptcclose()632 tp = pti->pt_tty;765 tp = pti->pt_tty;817 tp = pti->pt_tty;895 tp = pti->pt_tty;[all …]
38 struct tty *pt_tty; /* pointer to ttymalloc()'ed data */ member