OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_enabled
(Results
1 - 25
of
60
) sorted by relevancy
1
2
3
/src/sys/arch/hpcmips/tx/
tx39uart.c
56
int
sc_enabled
;
member in struct:tx39uart_softc
96
if (!(sc->
sc_enabled
& (1 << ua.ua_slot)) && /* not attached slot */
99
sc->
sc_enabled
|= (1 << ua.ua_slot);
tx39clock.c
78
int
sc_enabled
;
member in struct:tx39clock_softc
127
sc->
sc_enabled
= 0;
/src/sys/dev/ic/
matrixkpvar.h
42
u_int32_t
sc_enabled
;
member in struct:matrixkp_softc
spicvar.h
60
char
sc_enabled
;
member in struct:spic_softc
seeq8005var.h
81
int
sc_enabled
; /* Enabled state */
member in struct:seeq8005_softc
/src/sys/dev/pcmcia/
if_xivar.h
35
int
sc_enabled
;
member in struct:xi_softc
/src/sys/arch/pmax/tc/
dtms.c
53
int
sc_enabled
;
member in struct:dtms_softc
111
if (sc->
sc_enabled
)
113
sc->
sc_enabled
= 1;
124
sc->
sc_enabled
= 0;
148
if (!sc->
sc_enabled
)
dtkbd.c
59
int
sc_enabled
;
member in struct:dtkbd_softc
126
sc->
sc_enabled
= 1;
151
sc->
sc_enabled
= on;
217
if (!sc->
sc_enabled
)
/src/sys/arch/hpcarm/dev/
nbpkbd.c
68
int
sc_enabled
;
member in struct:nbpkbd_softc
138
sc->
sc_enabled
= 1;
188
if (!sc->
sc_enabled
)
/src/sys/arch/i386/isa/
mms.c
53
int
sc_enabled
; /* device is open */
member in struct:mms_softc
146
sc->
sc_enabled
= 0;
168
if (sc->
sc_enabled
)
171
sc->
sc_enabled
= 1;
188
sc->
sc_enabled
= 0;
217
if (!sc->
sc_enabled
)
lms.c
55
int
sc_enabled
; /* device is open */
member in struct:lms_softc
155
sc->
sc_enabled
= 0;
177
if (sc->
sc_enabled
)
180
sc->
sc_enabled
= 1;
197
sc->
sc_enabled
= 0;
227
if (!sc->
sc_enabled
)
/src/sys/arch/vax/uba/
qvms.c
77
int
sc_enabled
; /* input enabled? */
member in struct:qvms_softc
139
qvms->
sc_enabled
= 0;
150
if (sc->
sc_enabled
)
162
sc->
sc_enabled
= 1;
172
sc->
sc_enabled
= 0;
190
if (sc->
sc_enabled
== 0) {
qvkbd.c
86
int
sc_enabled
;
member in struct:qvkbd_softc
192
qvkbd->
sc_enabled
= 1;
222
sc->
sc_enabled
= on;
/src/sys/dev/i2c/
ims.c
40
bool
sc_enabled
;
member in struct:ims_softc
178
if (sc->
sc_enabled
)
190
if (sc->
sc_enabled
)
193
sc->
sc_enabled
= 1;
198
sc->
sc_enabled
= 0;
210
if (!sc->
sc_enabled
) {
216
if (sc->
sc_enabled
) {
217
sc->
sc_enabled
= 0;
/src/sys/dev/dec/
dzms.c
74
int
sc_enabled
; /* input enabled? */
member in struct:dzms_softc
136
dzms->
sc_enabled
= 0;
147
if (sc->
sc_enabled
)
159
sc->
sc_enabled
= 1;
169
sc->
sc_enabled
= 0;
187
if (sc->
sc_enabled
== 0) {
dzkbd.c
84
int
sc_enabled
;
member in struct:dzkbd_softc
196
dzkbd->
sc_enabled
= 1;
226
sc->
sc_enabled
= on;
/src/sys/arch/evbarm/netwalker/
netwalker_btn.c
72
int
sc_enabled
;
member in struct:mousebtn_softc
227
if (sc->
sc_enabled
)
238
if (sc->
sc_enabled
)
271
if (sc->
sc_enabled
)
278
sc->
sc_enabled
= 1;
291
if (!sc->
sc_enabled
)
296
sc->
sc_enabled
= 0;
309
sc->
sc_enabled
= 0;
319
sc->
sc_enabled
= 1;
/src/sys/arch/sparc/dev/
ms_pckbport.c
67
int
sc_enabled
; /* input enabled? */
member in struct:ms_pckbport_softc
159
sc->
sc_enabled
= 1;
179
sc->
sc_enabled
= 0;
206
if (!sc->
sc_enabled
) {
/src/sys/dev/pckbport/
pmsvar.h
57
int
sc_enabled
; /* input enabled? */
member in struct:pms_softc
/src/sys/dev/usb/
uintuos.c
65
u_char
sc_enabled
;
member in struct:uintuos_softc
210
if (sc->
sc_enabled
)
213
sc->
sc_enabled
= 1;
217
sc->
sc_enabled
= 0;
227
if (!sc->
sc_enabled
) {
232
sc->
sc_enabled
= 0;
ums.c
128
int
sc_enabled
;
member in struct:ums_softc
342
if (sc->
sc_enabled
)
357
if (sc->
sc_enabled
)
360
sc->
sc_enabled
= 1;
366
sc->
sc_enabled
= 0;
379
if (!sc->
sc_enabled
) {
386
sc->
sc_enabled
= 0;
/src/sys/dev/hil/
hilms.c
52
int
sc_enabled
;
member in struct:hilms_softc
159
sc->
sc_enabled
= 0;
184
if (sc->
sc_enabled
)
187
sc->
sc_enabled
= 1;
198
sc->
sc_enabled
= 0;
230
if (sc->
sc_enabled
== 0)
/src/sys/dev/hid/
hidkbdsc.h
80
char
sc_enabled
;
member in struct:hidkbd
/src/sys/dev/hpc/
hpf1275a_tty.c
62
int
sc_enabled
;
member in struct:hpf1275a_softc
270
sc->
sc_enabled
= 0;
374
if (!sc->
sc_enabled
)
415
sc->
sc_enabled
= on;
/src/sys/arch/arm/cortex/
pl310.c
61
bool
sc_enabled
;
member in struct:arml2cc_softc
184
sc->
sc_enabled
= false;
189
sc->
sc_enabled
= true;
200
sc->
sc_enabled
= true;
304
if (__predict_false(!sc->
sc_enabled
)) {
Completed in 30 milliseconds
1
2
3
Indexes created Sat Sep 20 22:09:52 GMT 2025