Searched refs:sc_u (Results 1 – 2 of 2) sorted by relevance
332 tp = sc->sc_u.u_tty.tp; in uart_tty_intr()425 sc->sc_u.u_tty.tp = tp = tty_alloc(&uart_tty_class, sc); in uart_tty_attach()448 tp = sc->sc_u.u_tty.tp; in uart_tty_detach()461 if (sc->sc_u.u_tty.tp != NULL) in uart_tty_getlock()462 return (tty_getlock(sc->sc_u.u_tty.tp)); in uart_tty_getlock()
137 } sc_u; member