Searched refs:fbwscons_attach (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/sys/arch/sparc64/include/ |
| D | fbvar.h | 78 void fbwscons_attach(struct sunfb *, struct wsdisplay_accessops *, int);
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | gfb.c | 98 fbwscons_attach(&sc->sc_sunfb, &gfb_accessops, sc->sc_console); in gfb_attach()
|
| D | fb.c | 406 fbwscons_attach(struct sunfb *sf, struct wsdisplay_accessops *op, int isconsole) in fbwscons_attach() function
|
| D | vgafb.c | 187 fbwscons_attach(&sc->sc_sunfb, &vgafb_accessops, sc->sc_console); in vgafbattach()
|
| D | radeonfb.c | 237 fbwscons_attach(&sc->sc_sunfb, &radeonfb_accessops, console); in radeonfb_attach()
|
| D | gfxp.c | 249 fbwscons_attach(&sc->sc_sunfb, &gfxp_accessops, console); in gfxp_attach()
|
| D | raptor.c | 236 fbwscons_attach(&sc->sc_sunfb, &raptor_accessops, console); in raptor_attach()
|
| D | machfb.c | 318 fbwscons_attach(&sc->sc_sunfb, &machfb_accessops, console); in machfb_attach()
|
| D | creator.c | 207 fbwscons_attach(&sc->sc_sunfb, &creator_accessops, sc->sc_console); in creator_attach()
|
| D | ifb.c | 514 fbwscons_attach(&sc->sc_sunfb, &ifb_accessops, console); in ifbattach()
|
| /openbsd/src/sys/dev/sbus/ |
| D | bwtwo.c | 193 fbwscons_attach(&sc->sc_sunfb, &bwtwo_accessops, console); in bwtwoattach()
|
| D | tvtwo.c | 294 fbwscons_attach(&sc->sc_sunfb, &tvtwo_accessops, isconsole); in tvtwoattach()
|
| D | agten.c | 219 fbwscons_attach(&sc->sc_sunfb, &agten_accessops, isconsole); in agtenattach()
|
| D | cgtwelve.c | 243 fbwscons_attach(&sc->sc_sunfb, &cgtwelve_accessops, sc->sc_isconsole); in cgtwelveattach()
|
| D | rfx.c | 300 fbwscons_attach(&sc->sc_sunfb, &rfx_accessops, isconsole); in rfxattach()
|
| D | vigra.c | 313 fbwscons_attach(&sc->sc_sunfb, &vigra_accessops, isconsole); in vigraattach()
|
| D | cgthree.c | 254 fbwscons_attach(&sc->sc_sunfb, &cgthree_accessops, console); in cgthreeattach()
|
| D | mgx.c | 295 fbwscons_attach(&sc->sc_sunfb, &mgx_accessops, isconsole); in mgxattach()
|
| D | zx.c | 308 fbwscons_attach(&sc->sc_sunfb, &zx_accessops, isconsole); in zx_attach()
|
| D | cgsix.c | 223 fbwscons_attach(&sc->sc_sunfb, &cgsix_accessops, console); in cgsixattach()
|