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");
539 struct tty *tp = knote_kn_hook_get_raw(kn); in ptsd_kqops_detach()
570 ptsd_kqops_common(struct knote *kn, struct kevent_qos_s *kev, struct tty *tp) in ptsd_kqops_common()
616 struct tty *tp = knote_kn_hook_get_raw(kn); in ptsd_kqops_event()
634 struct tty *tp = knote_kn_hook_get_raw(kn); in ptsd_kqops_touch()
654 struct tty *tp = knote_kn_hook_get_raw(kn); in ptsd_kqops_process()
667 struct tty *tp = NULL; in ptsd_kqfilter()
717 ptsd_revoke_knotes(__unused int minor, struct tty *tp) in ptsd_revoke_knotes()
745 struct ptmx_ioctl *pti, struct tty *tp);
762 static struct tty *
771 struct tty *tp = NULL; in ptmx_kqfilter()
824 struct tty *tp = pti->pt_tty; in ptmx_kqops_detach()
850 struct ptmx_ioctl *pti, struct tty *tp) in ptmx_kqops_common()
902 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_event()
921 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_touch()
942 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_process()