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

/freebsd-13-stable/sys/dev/puc/
H A Dpuc_bfe.h69 int sc_leaving:1; member in struct:puc_softc
/freebsd-13-stable/sys/dev/uart/
H A Duart_tty.c170 if (sc == NULL || sc->sc_leaving)
183 if (sc == NULL || sc->sc_leaving || !sc->sc_opened)
203 if (sc == NULL || sc->sc_leaving)
228 if (sc == NULL || sc->sc_leaving)
266 if (sc == NULL || sc->sc_leaving)
325 if (sc->sc_leaving)
390 if (sc == NULL || sc->sc_leaving)
H A Duart_bus.h96 int sc_leaving:1; /* This UART is going away. */ member in struct:uart_softc
H A Duart_core.c430 if (sc->sc_leaving)
606 sc->sc_leaving = 1;
680 sc->sc_leaving = 0;
776 sc->sc_leaving = 1;
/freebsd-13-stable/sys/dev/scc/
H A Dscc_bfe.h134 int sc_leaving:1; member in struct:scc_softc
H A Dscc_core.c67 while (!sc->sc_leaving && (ipend = SCC_IPEND(sc)) != 0) {

Completed in 173 milliseconds