Home
last modified time | relevance | path

Searched refs:fbnode (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/sys/arch/sparc64/dev/
H A Dconsinit.c180 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 Dgfb.c72 extern int fbnode; in gfb_attach()
82 sc->sc_console = (fbnode == ma->ma_node); in gfb_attach()
H A Dvgafb.c368 extern int fbnode; in vgafb_is_console()
370 return (fbnode == node); in vgafb_is_console()
H A Dradeonfb.c374 extern int fbnode; in radeonfb_is_console()
376 return (fbnode == node); in radeonfb_is_console()
H A Dgfxp.c366 extern int fbnode; in gfxp_is_console()
368 return (fbnode == node); in gfxp_is_console()
H A Draptor.c340 extern int fbnode; in raptor_is_console()
342 return (fbnode == node); in raptor_is_console()
H A Dmachfb.c430 extern int fbnode; in machfb_is_console()
432 return (fbnode == node); in machfb_is_console()
H A Dcreator.c101 extern int fbnode; in creator_attach()
140 sc->sc_console = (fbnode == ma->ma_node); in creator_attach()
H A Difb.c797 extern int fbnode; in ifb_is_console()
799 return fbnode == node; in ifb_is_console()
/openbsd-src/sys/arch/macppc/macppc/
H A Dofw_machdep.c273 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 Dfbvar.h71 extern int fbnode;
/openbsd-src/sys/dev/sbus/
H A Dbwtwo.c265 extern int fbnode; in bwtwo_is_console()
267 return (fbnode == node); in bwtwo_is_console()
H A Dcgthree.c360 extern int fbnode; in cgthree_is_console()
362 return (fbnode == node); in cgthree_is_console()
H A Dtvtwo.c213 isconsole = node == fbnode; in tvtwoattach()
H A Dagten.c158 isconsole = node == fbnode; in agtenattach()
H A Dcgtwelve.c156 sc->sc_isconsole = node == fbnode; in cgtwelveattach()
H A Drfx.c210 isconsole = node == fbnode; in rfxattach()
H A Dvigra.c251 isconsole = node == fbnode; in vigraattach()
H A Dcgsix.c554 extern int fbnode; in cgsix_is_console()
556 return (fbnode == node); in cgsix_is_console()
H A Dmgx.c212 isconsole = node == fbnode; in mgxattach()
H A Dzx.c242 isconsole = node == fbnode; in zx_attach()
/openbsd-src/sys/arch/macppc/pci/
H A Dvgafb.c361 extern int fbnode; in vgafb_is_console()
363 return (fbnode == node); in vgafb_is_console()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_drv.c968 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 Dautoconf.c119 int fbnode; /* node ID of ROM's console output device */ variable