Searched refs:sc_get_softc (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.h691 sc_softc_t *sc_get_softc(int unit, int flags);
H A Dsyscons.c587 sc = sc_get_softc(unit, flags & SC_KERNEL_CONSOLE);
714 sc = sc_get_softc(unit, (sc_console_unit == unit) ? SC_KERNEL_CONSOLE : 0);
1703 sc_console = sc_get_stat(sc_get_softc(unit, SC_KERNEL_CONSOLE)->dev[0]);
3124 sc = sc_get_softc(unit, flags & SC_KERNEL_CONSOLE);
3314 sc = sc_get_softc(unit, flags & SC_KERNEL_CONSOLE);
/freebsd-11-stable/sys/isa/
H A Dsyscons_isa.c108 *sc_get_softc(int unit, int flags) function
/freebsd-11-stable/sys/mips/mips/
H A Dsc_machdep.c61 sc_get_softc(int unit, int flags) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dsc_machdep.c123 sc_get_softc(int unit, int flags) function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dsc_machdep.c61 sc_get_softc(int unit, int flags) function
/freebsd-11-stable/sys/pc98/cbus/
H A Dsyscons_cbus.c87 *sc_get_softc(int unit, int flags) function
/freebsd-11-stable/sys/arm/arm/
H A Dsc_machdep.c61 sc_get_softc(int unit, int flags) function

Completed in 115 milliseconds