OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_flag
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
intersil7170var.h
49
u_int
sc_flag
;
member in struct:intersil7170_softc
mk48txxvar.h
49
u_int
sc_flag
;
member in struct:mk48txx_softc
mc146818var.h
38
u_int
sc_flag
; /* MD flags */
member in struct:mc146818_softc
/src/sys/dev/usb/
uthum.c
81
uint16_t
sc_flag
;
member in struct:uthum_softc
/src/sys/dev/qbus/
if_dmc.c
140
short
sc_flag
; /* flags */
member in struct:dmc_softc
291
sc->
sc_flag
= 0;
331
if ((sc->
sc_flag
& DMC_BMAPPED) == 0) {
335
sc->
sc_flag
|= DMC_BMAPPED;
350
sc->
sc_flag
&= ~DMC_ONLINE;
351
sc->
sc_flag
|= DMC_RUNNING;
679
if ((sc->
sc_flag
& DMC_ONLINE) == 0) {
686
sc->
sc_flag
|= DMC_ONLINE;
734
if ((sc->
sc_flag
& DMC_RESTART) == 0) {
740
sc->
sc_flag
|= DMC_RESTART
[
all
...]
/src/sys/dev/pci/
trm.c
309
int
sc_flag
;
member in struct:trm_softc
575
sc->
sc_flag
= 0;
1086
sc->
sc_flag
= 0; /* RESET_DETECT, RESET_DONE, RESET_DEV */
1803
sc->
sc_flag
&= ~WAIT_TAGMSG;
2118
sc->
sc_flag
|= WAIT_TAGMSG;
2368
sc->
sc_flag
|= RESET_DEV;
2397
if (sc->
sc_flag
& RESET_DEV) {
2398
sc->
sc_flag
|= RESET_DONE;
2400
sc->
sc_flag
|= RESET_DETECT;
2402
sc->
sc_flag
= 0
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025