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");
543 struct tty *tp = knote_kn_hook_get_raw(kn); in ptsd_kqops_detach()
574 ptsd_kqops_common(struct knote *kn, struct kevent_qos_s *kev, struct tty *tp) in ptsd_kqops_common()
620 struct tty *tp = knote_kn_hook_get_raw(kn); in ptsd_kqops_event()
638 struct tty *tp = knote_kn_hook_get_raw(kn); in ptsd_kqops_touch()
658 struct tty *tp = knote_kn_hook_get_raw(kn); in ptsd_kqops_process()
671 struct tty *tp = NULL; in ptsd_kqfilter()
721 ptsd_revoke_knotes(__unused int minor, struct tty *tp) in ptsd_revoke_knotes()
749 struct ptmx_ioctl *pti, struct tty *tp);
766 static struct tty *
775 struct tty *tp = NULL; in ptmx_kqfilter()
828 struct tty *tp = pti->pt_tty; in ptmx_kqops_detach()
854 struct ptmx_ioctl *pti, struct tty *tp) in ptmx_kqops_common()
906 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_event()
925 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_touch()
946 struct tty *tp = ptmx_knote_tty(kn); in ptmx_kqops_process()