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()441 ttyfree(old_ptmx_ioctl->pt_tty); in ptmx_free_ioctl()682 tp = pti->pt_tty; in ptsd_kqfilter()765 return ptmx_knote_ioctl(kn)->pt_tty; in ptmx_knote_tty()786 tp = pti->pt_tty; in ptmx_kqfilter()824 struct tty *tp = pti->pt_tty; in ptmx_kqops_detach()
272 struct tty *tp = pti->pt_tty; in ptsopen()341 tp = pti->pt_tty; in ptsclose()382 tp = pti->pt_tty; in ptsread()409 tp = pti->pt_tty; in ptswrite()494 struct tty *tp = pti->pt_tty; in ptcopen()541 tp = pti->pt_tty; in ptcclose()627 tp = pti->pt_tty;760 tp = pti->pt_tty;812 tp = pti->pt_tty;890 tp = pti->pt_tty;[all …]
38 struct tty *pt_tty; /* pointer to ttymalloc()'ed data */ member