Home
last modified time | relevance | path

Searched refs:SC_INIT_DONE (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/powerpc/powerpc/
Dsc_machdep.c71 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/freebsd-12-stable/sys/arm/arm/
Dsc_machdep.c71 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/freebsd-12-stable/sys/mips/mips/
Dsc_machdep.c71 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/freebsd-12-stable/sys/sparc64/sparc64/
Dsc_machdep.c133 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/freebsd-12-stable/sys/isa/
Dsyscons_isa.c119 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/freebsd-12-stable/sys/dev/syscons/
Dsyscons.h217 #define SC_INIT_DONE (1 << 16) macro
Dsyscons.c3188 if ((sc->flags & SC_INIT_DONE) == 0) in scinit()
3220 if (!(sc->flags & SC_INIT_DONE) || (adp != sc->adp)) { in scinit()
3358 if (sc->flags & SC_INIT_DONE) in scinit()
3365 sc->flags |= SC_INIT_DONE; in scinit()