Lines Matching refs:p_tty
333 p->p_tty = tty_alloc();
334 p->p_tty->t_oproc = cdttystart;
335 p->p_tty->t_param = cdttyparam;
336 p->p_tty->t_hwiflow = cdttyhwiflow;
347 tty_attach(p->p_tty);
356 struct tty *tp = p->p_tty;
416 tp = port->p_tty;
512 tp = port->p_tty;
537 struct tty *tp = port->p_tty;
550 struct tty *tp = port->p_tty;
560 struct tty *tp = port->p_tty;
574 return (port->p_tty);
585 struct tty *tp = port->p_tty;
719 cd18xx_set_car(sc, CD18XX_CHANNEL(p->p_tty->t_dev));
1038 cd18xx_set_car(sc, CD18XX_CHANNEL(p->p_tty->t_dev));
1485 tp = p->p_tty;