sc_get_softc
sc_console = sc_get_softc(unit, SC_KERNEL_CONSOLE)->console_scp;
sc = sc_get_softc(unit, flags & SC_KERNEL_CONSOLE);
sc = sc_get_softc(0, (sc_console_unit == 0) ? SC_KERNEL_CONSOLE : 0);
sc = sc_get_softc(unit, flags & SC_KERNEL_CONSOLE);
sc = sc_get_softc(0, (sc_console_unit == 0) ? SC_KERNEL_CONSOLE : 0);
sc = sc_get_softc(unit, flags & SC_KERNEL_CONSOLE);
sc = sc_get_softc(unit, (sc_console_unit == unit) ? SC_KERNEL_CONSOLE : 0);
sc_softc_t *sc_get_softc(int unit, int flags);