Searched refs:isconsole (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/sbus/ |
H A D | tvtwo.c | 188 int isconsole; in tvtwoattach() local 213 isconsole = node == fbnode; in tvtwoattach() 288 fbwscons_init(&sc->sc_sunfb, 0, isconsole); in tvtwoattach() 291 if (isconsole) in tvtwoattach() 294 fbwscons_attach(&sc->sc_sunfb, &tvtwo_accessops, isconsole); in tvtwoattach()
|
H A D | agten.c | 150 int node, isconsole; in agtenattach() local 158 isconsole = node == fbnode; in agtenattach() 213 fbwscons_init(&sc->sc_sunfb, 0, isconsole); in agtenattach() 216 if (isconsole) in agtenattach() 219 fbwscons_attach(&sc->sc_sunfb, &agten_accessops, isconsole); in agtenattach()
|
H A D | rfx.c | 191 int node, cflen, isconsole = 0; in rfxattach() local 210 isconsole = node == fbnode; in rfxattach() 284 if (!isconsole) { in rfxattach() 289 fbwscons_init(&sc->sc_sunfb, 0, isconsole); in rfxattach() 294 if (isconsole) in rfxattach() 300 fbwscons_attach(&sc->sc_sunfb, &rfx_accessops, isconsole); in rfxattach()
|
H A D | vigra.c | 241 int node, isconsole = 0; in vigraattach() local 251 isconsole = node == fbnode; in vigraattach() 307 fbwscons_init(&sc->sc_sunfb, 0, isconsole); in vigraattach() 310 if (isconsole) in vigraattach() 313 fbwscons_attach(&sc->sc_sunfb, &vigra_accessops, isconsole); in vigraattach()
|
H A D | mgx.c | 204 int isconsole; in mgxattach() local 212 isconsole = node == fbnode; in mgxattach() 280 fbwscons_init(&sc->sc_sunfb, 0, isconsole); in mgxattach() 292 if (isconsole) in mgxattach() 295 fbwscons_attach(&sc->sc_sunfb, &mgx_accessops, isconsole); in mgxattach()
|
H A D | zx.c | 189 int node, isconsole = 0; in zx_attach() local 242 isconsole = node == fbnode; in zx_attach() 269 fbwscons_init(&sc->sc_sunfb, 0, isconsole); in zx_attach() 297 if (isconsole) { in zx_attach() 308 fbwscons_attach(&sc->sc_sunfb, &zx_accessops, isconsole); in zx_attach()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | fb.c | 194 fbwscons_init(struct sunfb *sf, int flags, int isconsole) in fbwscons_init() argument 223 if (isconsole) { in fbwscons_init() 406 fbwscons_attach(struct sunfb *sf, struct wsdisplay_accessops *op, int isconsole) in fbwscons_attach() argument 410 if (isconsole == 0) { in fbwscons_attach() 434 waa.console = isconsole; in fbwscons_attach()
|
/openbsd/sys/dev/pckbc/ |
H A D | pckbd.c | 436 int isconsole; in pckbdattach() local 440 isconsole = pckbd_is_console(pa->pa_tag, pa->pa_slot); in pckbdattach() 442 if (isconsole) { in pckbdattach() 473 a.console = isconsole; in pckbdattach()
|