OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ethernet
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pcmcia/
mhzc.c
109
device_t
sc_ethernet
;
member in struct:mhzc_softc
250
sc->
sc_ethernet
= config_found(self, __UNCONST("sm"), mhzc_print,
327
if (sc->
sc_ethernet
== child)
328
sc->
sc_ethernet
= NULL;
373
if (sc->
sc_ethernet
!= NULL &&
375
rval |= smc91cxx_intr(sc->
sc_ethernet
);
xirc.c
105
device_t
sc_ethernet
;
member in struct:xirc_softc
267
sc->
sc_ethernet
= config_found(self, __UNCONST("xi"),
388
if (sc->
sc_ethernet
== child)
389
sc->
sc_ethernet
= NULL;
433
if (sc->
sc_ethernet
!= NULL &&
435
rval |= xi_intr(device_private(sc->
sc_ethernet
));
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025