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

/freebsd-9.3-release/sys/dev/uart/
H A Duart_tty.c143 if (sc == NULL || sc->sc_leaving)
156 if (sc == NULL || sc->sc_leaving || !sc->sc_opened)
177 if (sc == NULL || sc->sc_leaving)
202 if (sc == NULL || sc->sc_leaving)
239 if (sc == NULL || sc->sc_leaving)
301 if (sc->sc_leaving)
H A Duart_core.c247 while (!sc->sc_leaving && (ipend = UART_IPEND(sc)) != 0) {
402 sc->sc_leaving = 1;
521 sc->sc_leaving = 0;
548 sc->sc_leaving = 1;
H A Duart_bus.h95 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-9.3-release/sys/dev/puc/
H A Dpuc_bfe.h67 int sc_leaving:1; member in struct:puc_softc
/freebsd-9.3-release/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 58 milliseconds