Home
last modified time | relevance | path

Searched refs:sc_leaving (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_tty.c170 if (sc == NULL || sc->sc_leaving) in uart_tty_open()
183 if (sc == NULL || sc->sc_leaving || !sc->sc_opened) in uart_tty_close()
203 if (sc == NULL || sc->sc_leaving) in uart_tty_outwakeup()
228 if (sc == NULL || sc->sc_leaving) in uart_tty_inwakeup()
266 if (sc == NULL || sc->sc_leaving) in uart_tty_param()
325 if (sc->sc_leaving) in uart_tty_intr()
390 if (sc == NULL || sc->sc_leaving) in uart_tty_busy()
H A Duart_core.c428 if (sc->sc_leaving) in uart_intr()
610 sc->sc_leaving = 1; in uart_bus_attach()
684 sc->sc_leaving = 0; in uart_bus_attach()
785 sc->sc_leaving = 1; in uart_bus_detach()
H A Duart_bus.h96 bool sc_leaving:1; /* This UART is going away. */ member
/freebsd/sys/dev/puc/
H A Dpuc_bfe.h66 bool sc_leaving:1; member
/freebsd/sys/dev/scc/
H A Dscc_bfe.h132 bool sc_leaving:1; member
H A Dscc_core.c63 while (!sc->sc_leaving && (ipend = SCC_IPEND(sc)) != 0) { in scc_bfe_intr()