Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dsc_machdep.c68 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/freebsd/sys/powerpc/powerpc/
H A Dsc_machdep.c68 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/freebsd/sys/isa/
H A Dsyscons_isa.c116 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/freebsd/sys/dev/syscons/
H A Dsyscons.h207 #define SC_INIT_DONE (1 << 16) macro
H A Dsyscons.c3241 if ((sc->flags & SC_INIT_DONE) == 0) in scinit()
3278 if (!(sc->flags & SC_INIT_DONE) || (adp != sc->adp)) { in scinit()
3421 if (sc->flags & SC_INIT_DONE) in scinit()
3428 sc->flags |= SC_INIT_DONE; in scinit()