Searched refs:sc_opened (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/dev/cfi/
H A Dcfi_var.h58 struct proc *sc_opened; /* Process that has us opened. */ member in struct:cfi_softc
H A Dcfi_dev.c148 if (!atomic_cmpset_acq_ptr((uintptr_t *)&sc->sc_opened,
162 if (sc->sc_opened != td->td_proc)
166 sc->sc_opened = NULL;
/freebsd-9.3-release/sys/geom/multipath/
H A Dg_multipath.h51 int sc_opened; member in struct:g_multipath_softc
H A Dg_multipath.c398 sc->sc_opened += dr + dw + de;
399 if (sc->sc_stopping && sc->sc_opened == 0)
556 if (sc->sc_opened != 0) {
/freebsd-9.3-release/sys/i386/isa/
H A Dspic.c106 int sc_opened; member in struct:spic_softc
360 if (!sc->sc_opened) {
452 if (sc->sc_opened)
455 sc->sc_opened++;
472 sc->sc_opened = 0;
/freebsd-9.3-release/sys/dev/uart/
H A Duart_tty.c146 sc->sc_opened = 1;
156 if (sc == NULL || sc->sc_leaving || !sc->sc_opened)
167 sc->sc_opened = 0;
H A Duart_core.c123 if (sc->sc_opened)
148 if (sc->sc_opened) {
178 if (sc->sc_opened)
221 if (sc->sc_opened)
H A Duart_bus.h96 int sc_opened:1; /* This UART is open for business. */ member in struct:uart_softc
H A Duart_kbd_sun.c290 sc->sc_opened = 1;
/freebsd-9.3-release/sys/arm/at91/
H A Duart_dev_at91usart.c542 if (sc->sc_opened && (atsc->flags & NEEDS_RXRDY)) {

Completed in 174 milliseconds