Home
last modified time | relevance | path

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

/NextBSD/sys/mips/mips/
HDsc_machdep.c69 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/NextBSD/sys/powerpc/powerpc/
HDsc_machdep.c69 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/NextBSD/sys/arm/arm/
HDsc_machdep.c69 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/NextBSD/sys/sparc64/sparc64/
HDsc_machdep.c131 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/NextBSD/sys/pc98/cbus/
HDsyscons_cbus.c102 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/NextBSD/sys/isa/
HDsyscons_isa.c123 if ((sc->flags & SC_INIT_DONE) == 0) { in sc_get_softc()
/NextBSD/sys/dev/syscons/
HDsyscons.h211 #define SC_INIT_DONE (1 << 16) macro
HDsyscons.c2862 if ((sc->flags & SC_INIT_DONE) == 0) in scinit()
2894 if (!(sc->flags & SC_INIT_DONE) || (adp != sc->adp)) { in scinit()
3032 if (sc->flags & SC_INIT_DONE) in scinit()
3042 sc->flags |= SC_INIT_DONE; in scinit()