Searched refs:pt_tty (Results 1 – 4 of 4) sorted by relevance
124 if (!pti->pt_tty) { in pty_get_ioctl()125 pti->pt_tty = ttymalloc(); in pty_get_ioctl()127 if (!pti->pt_tty) { in pty_get_ioctl()
296 if ((new_ptmx_ioctl->pt_tty = ttymalloc()) == NULL) { in ptmx_get_ioctl()314 ttyfree(new_ptmx_ioctl->pt_tty); in ptmx_get_ioctl()330 ttyfree(new_ptmx_ioctl->pt_tty); in ptmx_get_ioctl()348 ttyfree(new_ptmx_ioctl->pt_tty); in ptmx_get_ioctl()355 ttyfree(new_ptmx_ioctl->pt_tty); in ptmx_get_ioctl()438 ttyfree(old_ptmx_ioctl->pt_tty); in ptmx_free_ioctl()675 tp = pti->pt_tty; in ptsd_kqfilter()758 return ptmx_knote_ioctl(kn)->pt_tty; in ptmx_knote_tty()779 tp = pti->pt_tty; in ptmx_kqfilter()817 struct tty *tp = pti->pt_tty; in ptmx_kqops_detach()
269 struct tty *tp = pti->pt_tty; in ptsopen()332 tp = pti->pt_tty; in ptsclose()373 tp = pti->pt_tty; in ptsread()400 tp = pti->pt_tty; in ptswrite()485 struct tty *tp = pti->pt_tty; in ptcopen()531 tp = pti->pt_tty; in ptcclose()589 tp = pti->pt_tty;722 tp = pti->pt_tty;774 tp = pti->pt_tty;852 tp = pti->pt_tty;[all …]
38 struct tty *pt_tty; /* pointer to ttymalloc()'ed data */ member