OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_hwinit
(Results
1 - 23
of
23
) sorted by relevancy
/src/sys/dev/ic/
hmevar.h
90
void (*
sc_hwinit
)(struct hme_softc *);
member in struct:hme_softc
lancevar.h
72
void (*
sc_hwinit
)(struct lance_softc *);
member in struct:lance_softc
gemvar.h
214
void (*
sc_hwinit
)(struct gem_softc *);
member in struct:gem_softc
lance.c
324
if (sc->
sc_hwinit
)
325
(*sc->
sc_hwinit
)(sc);
depca.c
295
sc->
sc_hwinit
= NULL;
hme.c
637
if (sc->
sc_hwinit
)
638
(*sc->
sc_hwinit
)(sc);
gem.c
1219
if (sc->
sc_hwinit
)
1220
(*sc->
sc_hwinit
)(sc);
/src/sys/arch/cesfic/dev/
if_le.c
135
sc->
sc_hwinit
= NULL;
/src/sys/dev/dec/
if_le_dec.c
133
sc->lsc.
sc_hwinit
= NULL;
/src/sys/arch/amiga/dev/
if_le.c
347
sc->
sc_hwinit
= NULL;
367
sc->
sc_hwinit
= NULL;
387
sc->
sc_hwinit
= ariadne_hwinit;
/src/sys/arch/mvme68k/dev/
if_le.c
203
sc->
sc_hwinit
= NULL;
/src/sys/arch/news68k/dev/
if_le.c
192
sc->
sc_hwinit
= NULL;
/src/sys/arch/newsmips/dev/
if_le.c
204
sc->
sc_hwinit
= NULL;
/src/sys/arch/sun3/dev/
if_le.c
171
sc->
sc_hwinit
= NULL;
/src/sys/arch/luna68k/dev/
if_le.c
200
sc->
sc_hwinit
= NULL;
/src/sys/arch/sgimips/ioc/
if_le_oioc.c
228
sc->
sc_hwinit
= NULL;
/src/sys/dev/isapnp/
if_le_isapnp.c
238
sc->
sc_hwinit
= NULL;
/src/sys/dev/mca/
if_le_mca.c
246
sc->
sc_hwinit
= NULL;
/src/sys/arch/hp300/dev/
if_le.c
234
sc->
sc_hwinit
= NULL;
/src/sys/arch/mipsco/obio/
if_le.c
211
sc->
sc_hwinit
= NULL;
/src/sys/dev/isa/
if_le_isa.c
366
sc->
sc_hwinit
= NULL;
/src/sys/dev/sbus/
if_le_ledma.c
403
sc->
sc_hwinit
= lehwinit;
/src/sys/arch/atari/vme/
if_le_vme.c
415
sc->
sc_hwinit
= NULL;
Completed in 22 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025