OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_options
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/arch/mac68k/obio/
sbc_obio.c
124
sc->
sc_options
= ((device_cfdata(self)->cf_flags |
136
sc->
sc_options
&= ~(SBC_INTR | SBC_RESELECT);
142
if (sc->
sc_options
& SBC_INTR)
143
sc->
sc_options
|= SBC_PDMA;
144
sc->
sc_options
&= ~(SBC_INTR | SBC_RESELECT);
154
if (sc->
sc_options
& SBC_PDMA)
155
sc->
sc_options
|= SBC_INTR;
156
sc->
sc_options
&= ~(SBC_PDMA);
198
if (sc->
sc_options
& SBC_PDMA) {
217
if (sc->
sc_options
& SBC_INTR)
[
all
...]
ascaudiovar.h
67
int
sc_options
; /* options for this instance. */
member in struct:ascaudio_softc
ascaudio.c
204
sc->
sc_options
= ((device_cfdata(self)->cf_flags) &
218
if (sc->
sc_options
& HIGHQUALITY) {
244
if (sc->
sc_options
& LOWQUALITY) {
287
if (sc->
sc_options
& HIGHQUALITY)
/src/sys/arch/mac68k/dev/
aedvar.h
62
int
sc_options
; /* config options */
member in struct:aed_softc
sbcvar.h
64
int
sc_options
; /* options for this instance. */
member in struct:sbc_softc
75
* mechanism. The
sc_options
member of the softc is OR'd with
sbc.c
252
(sc->
sc_options
& SBC_PDMA) == 0 ||
325
(sc->
sc_options
& SBC_PDMA) == 0 ||
326
(sc->
sc_options
& SBC_PDMA_NO_WRITE) ||
aed.c
146
sc->
sc_options
= (device_cfdata(self)->cf_flags | aed_options);
188
if (aed_sc->
sc_options
& AED_MSEMUL) {
/src/sys/arch/macppc/dev/
aedvar.h
62
int
sc_options
; /* config options */
member in struct:aed_softc
aed.c
136
sc->
sc_options
= (device_cfdata(self)->cf_flags | aed_options);
164
if (aed_sc->
sc_options
& AED_MSEMUL) {
/src/sys/arch/sun3/dev/
sivar.h
75
int
sc_options
; /* options for this instance */
member in struct:si_softc
si_sebuf.c
101
int
sc_options
; /* options for this instance */
member in struct:se_softc
177
sc->
sc_options
= cf->cf_flags;
179
sc->
sc_options
= se_options;
181
aprint_normal(": options=0x%x\n", sc->
sc_options
);
220
(sc->
sc_options
& SE_NO_DISCONNECT);
222
(sc->
sc_options
& SE_NO_PARITY_CHK) >> 8;
223
if (sc->
sc_options
& SE_FORCE_POLLING)
228
if (sc->
sc_options
& SE_DISABLE_DMA) {
si.c
134
(sc->
sc_options
& SI_NO_DISCONNECT);
136
(sc->
sc_options
& SI_NO_PARITY_CHK) >> 8;
137
if (sc->
sc_options
& SI_FORCE_POLLING)
142
if (sc->
sc_options
& SI_DISABLE_DMA) {
si_obio.c
181
sc->
sc_options
= cf->cf_flags;
183
sc->
sc_options
= si_obio_options;
185
aprint_normal(": options=0x%x\n", sc->
sc_options
);
si_vme.c
197
sc->
sc_options
= cf->cf_flags;
199
sc->
sc_options
= si_vme_options;
201
aprint_normal(": options=0x%x\n", sc->
sc_options
);
/src/sys/arch/news68k/dev/
si.c
68
int
sc_options
;
member in struct:si_softc
142
sc->
sc_options
= cf->cf_flags;
144
sc->
sc_options
= si_options;
146
if (sc->
sc_options
!= 0)
147
aprint_normal(": options=0x%x", sc->
sc_options
);
150
ncr_sc->sc_no_disconnect = (sc->
sc_options
& SI_NO_DISCONNECT);
151
ncr_sc->sc_parity_disable = (sc->
sc_options
& SI_NO_PARITY_CHK) >> 8;
152
if (sc->
sc_options
& SI_FORCE_POLLING)
163
if (sc->
sc_options
& SI_DISABLE_DMA)
/src/sys/arch/mac68k/nubus/
cpi_nubusvar.h
98
ulong
sc_options
;
member in struct:cpi_softc
cpi_nubus.c
254
sc->
sc_options
= (device_cfdata(self)->cf_flags & CPI_OPTIONS_MASK);
302
if (sc->
sc_options
& CPI_CTC12_IS_TIMECOUNTER) {
/src/sys/dev/isa/
nca_isa.c
86
int
sc_options
;
member in struct:nca_isa_softc
399
esc->
sc_options
= 0x00000; /* no options */
401
esc->
sc_options
= 0x0ffff; /* all options except force poll */
404
sc->sc_no_disconnect = (esc->
sc_options
& NCA_NO_DISCONNECT);
405
sc->sc_parity_disable = (esc->
sc_options
& NCA_NO_PARITY_CHK) >> 8;
406
if (esc->
sc_options
& NCA_FORCE_POLLING)
/src/sys/dev/vme/
si.c
147
int
sc_options
; /* options for this instance. */
member in struct:si_softc
156
* mechanism. The
sc_options
member of the softc is OR'd with
251
sc->
sc_options
= si_options;
270
sc->
sc_options
=
299
if ((sc->
sc_options
& SI_DO_RESELECT) == 0)
301
if ((sc->
sc_options
& SI_DMA_INTR) == 0)
331
if (sc->
sc_options
) {
332
snprintb(bits, sizeof(bits), SI_OPTIONS_BITS, sc->
sc_options
);
345
if (sc->
sc_options
& SI_DO_RESELECT) {
464
if ((sc->
sc_options
& SI_ENABLE_DMA) == 0
[
all
...]
/src/sys/arch/sparc/dev/
sw.c
168
int
sc_options
; /* options for this instance. */
member in struct:sw_softc
177
* mechanism. The
sc_options
member of the softc is OR'd with
269
sc->
sc_options
= sw_options;
297
sc->
sc_options
=
326
if ((sc->
sc_options
& SW_DO_RESELECT) == 0)
328
if ((sc->
sc_options
& SW_DMA_INTR) == 0)
357
if (sc->
sc_options
) {
359
SW_OPTIONS_BITS, sc->
sc_options
);
491
if ((sc->
sc_options
& SW_ENABLE_DMA) == 0)
/src/usr.bin/rdist/
defs.h
110
short
sc_options
;
member in struct:subcmd
main.c
289
cmds->
sc_options
= options;
docmd.c
179
sc->sc_name == NULL ? 0 : ddir, sc->
sc_options
);
180
opts = sc->
sc_options
;
gram.y
145
$1->
sc_options
= $2 | options;
Completed in 22 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025