Lines Matching refs:tty
100 static void ptsd_revoke_knotes(int minor, struct tty *tp);
187 SYSCTL_NODE(_kern, KERN_TTY, tty, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "TTY");
536 struct tty *tp = kn->kn_hook; in ptsd_kqops_detach()
563 ptsd_kqops_common(struct knote *kn, struct kevent_qos_s *kev, struct tty *tp) in ptsd_kqops_common()
609 struct tty *tp = kn->kn_hook; in ptsd_kqops_event()
627 struct tty *tp = kn->kn_hook; in ptsd_kqops_touch()
647 struct tty *tp = kn->kn_hook; in ptsd_kqops_process()
660 struct tty *tp = NULL; in ptsd_kqfilter()
710 ptsd_revoke_knotes(__unused int minor, struct tty *tp) in ptsd_revoke_knotes()
738 struct ptmx_ioctl *pti, struct tty *tp);
755 static struct tty *
764 struct tty *tp = NULL; in ptmx_kqfilter()
817 struct tty *tp = pti->pt_tty; in ptmx_kqops_detach()
839 struct ptmx_ioctl *pti, struct tty *tp) in ptmx_kqops_common()
891 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_event()
910 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_touch()
931 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_process()