Symbol: fbwscons_attach
sys/arch/sparc64/dev/creator.c
207
fbwscons_attach(&sc->sc_sunfb, &creator_accessops, sc->sc_console);
sys/arch/sparc64/dev/gfb.c
98
fbwscons_attach(&sc->sc_sunfb, &gfb_accessops, sc->sc_console);
sys/arch/sparc64/dev/gfxp.c
249
fbwscons_attach(&sc->sc_sunfb, &gfxp_accessops, console);
sys/arch/sparc64/dev/ifb.c
514
fbwscons_attach(&sc->sc_sunfb, &ifb_accessops, console);
sys/arch/sparc64/dev/machfb.c
318
fbwscons_attach(&sc->sc_sunfb, &machfb_accessops, console);
sys/arch/sparc64/dev/radeonfb.c
237
fbwscons_attach(&sc->sc_sunfb, &radeonfb_accessops, console);
sys/arch/sparc64/dev/raptor.c
236
fbwscons_attach(&sc->sc_sunfb, &raptor_accessops, console);
sys/arch/sparc64/dev/vgafb.c
187
fbwscons_attach(&sc->sc_sunfb, &vgafb_accessops, sc->sc_console);
sys/arch/sparc64/include/fbvar.h
78
void fbwscons_attach(struct sunfb *, struct wsdisplay_accessops *, int);
sys/dev/sbus/agten.c
219
fbwscons_attach(&sc->sc_sunfb, &agten_accessops, isconsole);
sys/dev/sbus/bwtwo.c
193
fbwscons_attach(&sc->sc_sunfb, &bwtwo_accessops, console);
sys/dev/sbus/cgsix.c
223
fbwscons_attach(&sc->sc_sunfb, &cgsix_accessops, console);
sys/dev/sbus/cgthree.c
254
fbwscons_attach(&sc->sc_sunfb, &cgthree_accessops, console);
sys/dev/sbus/cgtwelve.c
243
fbwscons_attach(&sc->sc_sunfb, &cgtwelve_accessops, sc->sc_isconsole);
sys/dev/sbus/mgx.c
295
fbwscons_attach(&sc->sc_sunfb, &mgx_accessops, isconsole);
sys/dev/sbus/rfx.c
300
fbwscons_attach(&sc->sc_sunfb, &rfx_accessops, isconsole);
sys/dev/sbus/tvtwo.c
294
fbwscons_attach(&sc->sc_sunfb, &tvtwo_accessops, isconsole);
sys/dev/sbus/vigra.c
313
fbwscons_attach(&sc->sc_sunfb, &vigra_accessops, isconsole);
sys/dev/sbus/zx.c
308
fbwscons_attach(&sc->sc_sunfb, &zx_accessops, isconsole);