Searched refs:SC_INIT_DONE (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dsc_machdep.c69 if ((sc->flags & SC_INIT_DONE) == 0) {
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dsc_machdep.c131 if ((sc->flags & SC_INIT_DONE) == 0) {
/freebsd-9.3-release/sys/isa/
H A Dsyscons_isa.c123 if ((sc->flags & SC_INIT_DONE) == 0) {
/freebsd-9.3-release/sys/pc98/cbus/
H A Dsyscons_cbus.c102 if ((sc->flags & SC_INIT_DONE) == 0) {
/freebsd-9.3-release/sys/dev/syscons/
H A Dsyscons.h211 #define SC_INIT_DONE (1 << 16) macro
H A Dsyscons.c2845 if ((sc->flags & SC_INIT_DONE) == 0)
2877 if (!(sc->flags & SC_INIT_DONE) || (adp != sc->adp)) {
3015 if (sc->flags & SC_INIT_DONE)
3025 sc->flags |= SC_INIT_DONE;

Completed in 172 milliseconds