Home
last modified time | relevance | path

Searched refs:sc_console (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/arch/sparc64/dev/
H A Dgfb.c35 int sc_console; member
82 sc->sc_console = (fbnode == ma->ma_node); in gfb_attach()
93 fbwscons_init(&sc->sc_sunfb, 0, sc->sc_console); in gfb_attach()
95 if (sc->sc_console) in gfb_attach()
98 fbwscons_attach(&sc->sc_sunfb, &gfb_accessops, sc->sc_console); in gfb_attach()
H A Dvgafb.c70 int sc_console; member
156 sc->sc_console = vgafb_is_console(sc->sc_node); in vgafbattach()
172 RI_BSWAP | (sc->sc_console ? 0 : RI_FORCEMONO), sc->sc_console); in vgafbattach()
174 if (sc->sc_console) { in vgafbattach()
187 fbwscons_attach(&sc->sc_sunfb, &vgafb_accessops, sc->sc_console); in vgafbattach()
204 if (sc->sc_console) /* XXX needs sc_ofhandle */ in vgafb_ioctl()
229 if (sc->sc_console == 0) in vgafb_ioctl()
233 if (sc->sc_console == 0) in vgafb_ioctl()
H A Dcreatorvar.h45 int sc_console; member
H A Dcreator.c140 sc->sc_console = (fbnode == ma->ma_node); in creator_attach()
183 fbwscons_init(&sc->sc_sunfb, 0, sc->sc_console); in creator_attach()
204 if (sc->sc_console) in creator_attach()
207 fbwscons_attach(&sc->sc_sunfb, &creator_accessops, sc->sc_console); in creator_attach()
/openbsd-src/sys/dev/hil/
H A Dhilkbd.c60 int sc_console; member
203 sc->sc_console = sc->sc_enabled = 1; in hilkbdattach()
206 sc->sc_console = sc->sc_enabled = 0; in hilkbdattach()
231 if (sc->sc_console) { in hilkbddetach()
250 if (sc->sc_console) in hilkbd_enable()
H A Dhilvar.h75 int *sc_console; /* console path set to hil */ member
H A Dhil.c159 sc->sc_console = hil_is_console; in hil_attach()
540 ha.ha_console = *sc->sc_console; in hilconfig()
559 *sc->sc_console = 1; in hilconfig()