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

/freebsd-10-stable/sys/dev/puc/
H A Dpuc_bfe.h67 int sc_leaving:1; member in struct:puc_softc
/freebsd-10-stable/sys/dev/uart/
H A Duart_tty.c157 if (sc == NULL || sc->sc_leaving)
170 if (sc == NULL || sc->sc_leaving || !sc->sc_opened)
190 if (sc == NULL || sc->sc_leaving)
215 if (sc == NULL || sc->sc_leaving)
253 if (sc == NULL || sc->sc_leaving)
315 if (sc->sc_leaving)
380 if (sc == NULL || sc->sc_leaving)
H A Duart_core.c406 if (sc->sc_leaving)
581 sc->sc_leaving = 1;
655 sc->sc_leaving = 0;
744 sc->sc_leaving = 1;
H A Duart_bus.h88 int sc_leaving:1; /* This UART is going away. */ member in struct:uart_softc
H A Duart_kbd_sun.c303 if (sc->sc_uart->sc_leaving)
/freebsd-10-stable/sys/dev/scc/
H A Dscc_bfe.h132 int sc_leaving:1; member in struct:scc_softc
H A Dscc_core.c63 while (!sc->sc_leaving && (ipend = SCC_IPEND(sc)) != 0) {

Completed in 172 milliseconds