| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | consinit.c | 180 extern int stdinnode, fbnode; in consinit() 207 if ((fbnode = OF_instance_to_package(stdout)) == 0) in consinit() 210 DBPRINT(("stdout package = %x\r\n", fbnode)); in consinit() 214 } else if (fbnode && in consinit()
|
| H A D | gfb.c | 72 extern int fbnode; in gfb_attach() 82 sc->sc_console = (fbnode == ma->ma_node); in gfb_attach()
|
| H A D | vgafb.c | 368 extern int fbnode; in vgafb_is_console() 370 return (fbnode == node); in vgafb_is_console()
|
| H A D | radeonfb.c | 374 extern int fbnode; in radeonfb_is_console() 376 return (fbnode == node); in radeonfb_is_console()
|
| H A D | gfxp.c | 366 extern int fbnode; in gfxp_is_console() 368 return (fbnode == node); in gfxp_is_console()
|
| H A D | raptor.c | 340 extern int fbnode; in raptor_is_console() 342 return (fbnode == node); in raptor_is_console()
|
| H A D | machfb.c | 430 extern int fbnode; in machfb_is_console() 432 return (fbnode == node); in machfb_is_console()
|
| H A D | creator.c | 101 extern int fbnode; in creator_attach() 140 sc->sc_console = (fbnode == ma->ma_node); in creator_attach()
|
| H A D | ifb.c | 797 extern int fbnode; in ifb_is_console() 799 return fbnode == node; in ifb_is_console()
|
| /openbsd-src/sys/arch/macppc/macppc/ |
| H A D | ofw_machdep.c | 273 int fbnode; variable 458 fbnode = stdout_node; in of_display_console() 461 fbnode = OF_parent(stdout_node); in of_display_console() 462 len = OF_getprop(fbnode, "name", name, 20); in of_display_console() 466 len = OF_getprop(fbnode, "assigned-addresses", in of_display_console()
|
| /openbsd-src/sys/arch/sparc64/include/ |
| H A D | fbvar.h | 71 extern int fbnode;
|
| /openbsd-src/sys/dev/sbus/ |
| H A D | bwtwo.c | 265 extern int fbnode; in bwtwo_is_console() 267 return (fbnode == node); in bwtwo_is_console()
|
| H A D | cgthree.c | 360 extern int fbnode; in cgthree_is_console() 362 return (fbnode == node); in cgthree_is_console()
|
| H A D | tvtwo.c | 213 isconsole = node == fbnode; in tvtwoattach()
|
| H A D | agten.c | 158 isconsole = node == fbnode; in agtenattach()
|
| H A D | cgtwelve.c | 156 sc->sc_isconsole = node == fbnode; in cgtwelveattach()
|
| H A D | rfx.c | 210 isconsole = node == fbnode; in rfxattach()
|
| H A D | vigra.c | 251 isconsole = node == fbnode; in vigraattach()
|
| H A D | cgsix.c | 554 extern int fbnode; in cgsix_is_console() 556 return (fbnode == node); in cgsix_is_console()
|
| H A D | mgx.c | 212 isconsole = node == fbnode; in mgxattach()
|
| H A D | zx.c | 242 isconsole = node == fbnode; in zx_attach()
|
| /openbsd-src/sys/arch/macppc/pci/ |
| H A D | vgafb.c | 361 extern int fbnode; in vgafb_is_console() 363 return (fbnode == node); in vgafb_is_console()
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_drv.c | 968 extern int fbnode; in radeondrm_attach_kms() 982 if (fbnode == PCITAG_NODE(rdev->pa_tag)) in radeondrm_attach_kms() 1157 console = (fbnode == node); in radeondrm_attach_kms()
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | autoconf.c | 119 int fbnode; /* node ID of ROM's console output device */ variable
|