/src/sys/arch/amiga/dev/ |
bzivscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bzivsc_softc
|
bzscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bzsc_softc
|
bztzscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bztzsc_softc
|
cbiiscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:cbiisc_softc
|
bzivscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bzivsc_softc
|
bzscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bzsc_softc
|
bztzscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bztzsc_softc
|
cbiiscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:cbiisc_softc
|
bzivscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bzivsc_softc
|
bzscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bzsc_softc
|
bztzscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bztzsc_softc
|
cbiiscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:cbiisc_softc
|
bzivscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bzivsc_softc
|
bzscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bzsc_softc
|
bztzscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:bztzsc_softc
|
cbiiscvar.h | 36 int sc_active; /* Pseudo-DMA state vars */ member in struct:cbiisc_softc
|
/src/sys/arch/mac68k/obio/ |
espvar.h | 39 int sc_active; /* Pseudo-DMA state vars */ member in struct:esp_softc
|
espvar.h | 39 int sc_active; /* Pseudo-DMA state vars */ member in struct:esp_softc
|
espvar.h | 39 int sc_active; /* Pseudo-DMA state vars */ member in struct:esp_softc
|
/src/sys/arch/sun3/dev/ |
dmavar.h | 39 int sc_active; /* DMA active ? */ member in struct:dma_softc 67 #define DMA_ISACTIVE(sc) ((sc)->sc_active) 81 sc->sc_active = 1; \ 88 sc->sc_active = 0; \
|
dmavar.h | 39 int sc_active; /* DMA active ? */ member in struct:dma_softc 67 #define DMA_ISACTIVE(sc) ((sc)->sc_active) 81 sc->sc_active = 1; \ 88 sc->sc_active = 0; \
|
dmavar.h | 39 int sc_active; /* DMA active ? */ member in struct:dma_softc 67 #define DMA_ISACTIVE(sc) ((sc)->sc_active) 81 sc->sc_active = 1; \ 88 sc->sc_active = 0; \
|
/src/sys/dev/hpc/ |
button.c | 59 int sc_active; member in struct:button_softc 98 sc->sc_active = loc[HPCIOIFCF_ACTIVE]; 100 sc->sc_port, sc->sc_id, sc->sc_active ? "high" : "low"); 156 *(int*)msg = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_active); 166 on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_active);
|
button.c | 59 int sc_active; member in struct:button_softc 98 sc->sc_active = loc[HPCIOIFCF_ACTIVE]; 100 sc->sc_port, sc->sc_id, sc->sc_active ? "high" : "low"); 156 *(int*)msg = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_active); 166 on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_active);
|
button.c | 59 int sc_active; member in struct:button_softc 98 sc->sc_active = loc[HPCIOIFCF_ACTIVE]; 100 sc->sc_port, sc->sc_id, sc->sc_active ? "high" : "low"); 156 *(int*)msg = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_active); 166 on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->sc_active);
|