Searched refs:sc_opened (Results 1 – 7 of 7) sorted by relevance
161 if (!atomic_cmpset_acq_ptr((uintptr_t *)&sc->sc_opened, in cfi_devopen()175 if (sc->sc_opened != td->td_proc) in cfi_devclose()179 sc->sc_opened = NULL; in cfi_devclose()
76 struct proc *sc_opened; /* Process that has us opened. */ member
173 sc->sc_opened = 1; in uart_tty_open()183 if (sc == NULL || sc->sc_leaving || !sc->sc_opened) in uart_tty_close()194 sc->sc_opened = 0; in uart_tty_close()
305 if (sc->sc_opened) in uart_intr_break()330 if (sc->sc_opened) { in uart_intr_overrun()361 if (sc->sc_opened) in uart_intr_rxready()404 if (sc->sc_opened) in uart_intr_sigchg()
97 int sc_opened:1; /* This UART is open for business. */ member
54 int sc_opened; member
516 sc->sc_opened += dr + dw + de; in g_multipath_access()517 if (sc->sc_stopping && sc->sc_opened == 0) in g_multipath_access()681 if (sc->sc_opened != 0) { in g_multipath_destroy()