pt_tty             75 kern/tty_pty.c 	struct	tty *pt_tty;
pt_tty            205 kern/tty_pty.c 		pti->pt_tty = ttymalloc();
pt_tty            247 kern/tty_pty.c 	if (!pti->pt_tty) {
pt_tty            248 kern/tty_pty.c 		tp = pti->pt_tty = ttymalloc();
pt_tty            250 kern/tty_pty.c 		tp = pti->pt_tty;
pt_tty            282 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            296 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            347 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            426 kern/tty_pty.c 	if (!pti->pt_tty) {
pt_tty            427 kern/tty_pty.c 		tp = pti->pt_tty = ttymalloc();
pt_tty            429 kern/tty_pty.c 		tp = pti->pt_tty;
pt_tty            446 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            458 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            524 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            610 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            672 kern/tty_pty.c 	tp = pti->pt_tty;
pt_tty            702 kern/tty_pty.c 	tp = pti->pt_tty;
pt_tty            755 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            765 kern/tty_pty.c 	struct tty *tp = pti->pt_tty;
pt_tty            974 kern/tty_pty.c 	return (pt == NULL || pt->pt_tty == NULL ||
pt_tty            975 kern/tty_pty.c 	    pt->pt_tty->t_oproc == NULL);