Home
last modified time | relevance | path

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

/NextBSD/sys/dev/uart/
HDuart_tty.c147 if (sc == NULL || sc->sc_leaving) in uart_tty_open()
160 if (sc == NULL || sc->sc_leaving || !sc->sc_opened) in uart_tty_close()
181 if (sc == NULL || sc->sc_leaving) in uart_tty_outwakeup()
206 if (sc == NULL || sc->sc_leaving) in uart_tty_inwakeup()
243 if (sc == NULL || sc->sc_leaving) in uart_tty_param()
299 if (sc->sc_leaving) in uart_tty_intr()
HDuart_core.c374 if (sc->sc_leaving) in uart_intr()
548 sc->sc_leaving = 1; in uart_bus_attach()
622 sc->sc_leaving = 0; in uart_bus_attach()
713 sc->sc_leaving = 1; in uart_bus_detach()
HDuart_bus.h89 int sc_leaving:1; /* This UART is going away. */ member
HDuart_kbd_sun.c303 if (sc->sc_uart->sc_leaving) in sunkbd_uart_intr()
/NextBSD/sys/dev/puc/
HDpuc_bfe.h67 int sc_leaving:1; member
/NextBSD/sys/dev/scc/
HDscc_bfe.h132 int sc_leaving:1; member
HDscc_core.c63 while (!sc->sc_leaving && (ipend = SCC_IPEND(sc)) != 0) { in scc_bfe_intr()