Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/uart/
HDuart_tty.c171 if (sc == NULL || sc->sc_leaving) in uart_tty_open()
184 if (sc == NULL || sc->sc_leaving || !sc->sc_opened) in uart_tty_close()
204 if (sc == NULL || sc->sc_leaving) in uart_tty_outwakeup()
229 if (sc == NULL || sc->sc_leaving) in uart_tty_inwakeup()
267 if (sc == NULL || sc->sc_leaving) in uart_tty_param()
326 if (sc->sc_leaving) in uart_tty_intr()
391 if (sc == NULL || sc->sc_leaving) in uart_tty_busy()
HDuart_core.c429 if (sc->sc_leaving) in uart_intr()
605 sc->sc_leaving = 1; in uart_bus_attach()
679 sc->sc_leaving = 0; in uart_bus_attach()
775 sc->sc_leaving = 1; in uart_bus_detach()
HDuart_bus.h94 bool sc_leaving:1; /* This UART is going away. */ member
/freebsd-14-stable/sys/dev/puc/
HDpuc_bfe.h66 bool sc_leaving:1; member
/freebsd-14-stable/sys/dev/scc/
HDscc_bfe.h132 bool sc_leaving:1; member
HDscc_core.c64 while (!sc->sc_leaving && (ipend = SCC_IPEND(sc)) != 0) { in scc_bfe_intr()