OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_flags
(Results
1 - 25
of
256
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
/src/sys/arch/atari/dev/
nvramvar.h
34
uint16_t
sc_flags
;
member in struct:nvr_softc
/src/sys/arch/x68k/dev/
sramvar.h
37
int
sc_flags
;
member in struct:sram_softc
/src/sys/dev/mii/
makphyvar.h
37
uint32_t
sc_flags
;
member in struct:makphy_softc
/src/sys/dev/ic/
attimervar.h
31
uint32_t
sc_flags
;
member in struct:attimer_softc
lcdkp_subr.h
47
u_char
sc_flags
;
member in struct:lcdkp_chip
matrixkpvar.h
41
u_int32_t
sc_flags
;
member in struct:matrixkp_softc
wevar.h
24
u_int8_t
sc_flags
; /* attachment flags */
member in struct:we_softc
smc91cxxvar.h
48
u_int32_t
sc_flags
; /* misc. flags*/
member in struct:smc91cxx_softc
/src/sys/dev/scsipi/
scsiconf.h
60
int
sc_flags
;
member in struct:scsibus_softc
63
/*
sc_flags
*/
/src/sys/arch/arm/at91/
at91twivar.h
46
int
sc_flags
;
member in struct:at91twi_softc
/src/sys/arch/epoc32/dev/
epockbdvar.h
43
int
sc_flags
;
member in struct:epockbd_softc
/src/sys/arch/sgimips/hpc/
hpcdma.h
49
uint32_t
sc_flags
;
member in struct:hpc_dma_softc
wdsc.c
73
int
sc_flags
;
member in struct:wdsc_softc
211
KASSERT((wsc->
sc_flags
& WDSC_DMA_ACTIVE) == 0);
216
KASSERT((wsc->
sc_flags
& WDSC_DMA_MAPLOADED) == 0);
226
wsc->
sc_flags
|= WDSC_DMA_MAPLOADED;
231
dsc->
sc_flags
|= HPCDMA_READ;
235
dsc->
sc_flags
&= ~HPCDMA_READ;
253
KASSERT((wsc->
sc_flags
& WDSC_DMA_ACTIVE) == 0);
254
KASSERT((wsc->
sc_flags
& WDSC_DMA_MAPLOADED));
256
wsc->
sc_flags
|= WDSC_DMA_ACTIVE;
260
(dsc->
sc_flags
& HPCDMA_READ)
[
all
...]
/src/sys/arch/sparc64/dev/
auxiovar.h
53
int
sc_flags
;
member in struct:auxio_softc
/src/sys/dev/isa/
ics2101var.h
41
int
sc_flags
; /* Various flags */
member in struct:ics2101_softc
/src/sys/dev/mca/
espvar.h
49
volatile int
sc_flags
;
member in struct:esp_softc
/src/sys/arch/arm/cortex/
gtmr_var.h
40
uint32_t
sc_flags
;
member in struct:gtmr_softc
/src/sys/arch/landisk/dev/
pwrsw_obio.c
54
int
sc_flags
;
member in struct:pwrsw_obio_softc
112
sc->
sc_flags
|= SYSMON_ATTACHED;
128
if (sc->
sc_flags
& SYSMON_ATTACHED) {
/src/sys/arch/arm/xscale/
pxa2x0_i2c.h
45
uint32_t
sc_flags
;
member in struct:pxa2x0_i2c_softc
/src/sys/arch/luna68k/stand/boot/
scsivar.h
80
int
sc_flags
; /* SPC Status Flags */
member in struct:scsi_softc
99
/*
sc_flags
*/
/src/sys/dev/pcmcia/
slhci_pcmcia.c
39
int
sc_flags
;
member in struct:slhci_pcmcia_softc
95
psc->
sc_flags
= 0;
124
if (psc->
sc_flags
& PFL_ENABLED)
162
psc->
sc_flags
|= PFL_ENABLED;
165
if (!(psc->
sc_flags
& PFL_ENABLED))
167
psc->
sc_flags
&= ~PFL_ENABLED;
/src/sys/arch/mips/sibyte/dev/
sbtimer.c
55
int
sc_flags
;
member in struct:sbtimer_softc
98
sc->
sc_flags
= device_cfdata(sc->sc_dev)->cf_flags;
107
if ((sc->
sc_flags
& SBTIMER_CLOCK) != 0) {
113
sc->
sc_flags
&= ~SBTIMER_CLOCK;
118
} else if ((sc->
sc_flags
& SBTIMER_STATCLOCK) != 0) {
125
sc->
sc_flags
&= ~SBTIMER_STATCLOCK;
/src/sys/dev/apm/
apmvar.h
54
int
sc_flags
;
member in struct:apm_softc
/src/sys/dev/
dkvar.h
48
u_int32_t
sc_flags
; /* flags */
member in struct:dk_softc
60
/*
sc_flags
:
79
#define DK_ATTACHED(_dksc) ((_dksc)->
sc_flags
& DKF_INITED)
/src/sys/dev/gpib/
hil_gpib.c
33
int
sc_flags
;
member in struct:hil_softc
86
sc->
sc_flags
= HILF_ALIVE;
118
sc->
sc_flags
&= ~HILF_DELAY;
Completed in 24 milliseconds
1
2
3
4
5
6
7
8
9
10
11
Indexes created Sat Sep 20 22:09:52 GMT 2025