Lines Matching defs:hp_tp
266 * interface (when hp_ifp != NULL) or a tty (when hp_tp != NULL)
279 struct tty *hp_tp; /* tty pointer */
1018 || hp->hp_tp == NULL
1317 struct tty *tp = hp->hp_tp;
1377 hp->hp_tp = tp;
1391 tty_detach(hp->hp_tp);
1392 tty_free(hp->hp_tp);
1393 hp->hp_tp = NULL;
1401 struct tty *tp = hp->hp_tp;
1434 struct tty *tp = hp->hp_tp;
1496 if (hp == NULL || hp->hp_tp == NULL)
1499 tp = hp->hp_tp;
1529 struct tty *tp = hp->hp_tp;
1586 struct tty *tp = hp->hp_tp;
1614 && ISSET(hp->hp_tp->t_cflag, HUPCL))
1637 struct tty *tp = hp->hp_tp;
1660 struct tty *tp = hp->hp_tp;
1704 struct tty *tp = hp->hp_tp;
1780 return hp->hp_tp;
1788 struct tty *tp = hp->hp_tp;