Home
last modified time | relevance | path

Searched refs:btinfo_framebuffer (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/xen/xen/
H A Dgenfb_xen.c39 static struct btinfo_framebuffer _xen_genfb_btinfo = {0};
41 const struct btinfo_framebuffer *
74 _xen_genfb_btinfo.common.len = sizeof(struct btinfo_framebuffer); in xen_genfb_getbtinfo()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec.c139 struct btinfo_framebuffer btinfo_framebuffer;
161 framebuffer_configure(struct btinfo_framebuffer *fb)
164 btinfo_framebuffer = *fb; in framebuffer_configure()
166 btinfo_framebuffer.physaddr = 0; in framebuffer_configure()
167 btinfo_framebuffer.flags = 0; in framebuffer_configure()
509 BI_ADD(&btinfo_framebuffer, BTINFO_FRAMEBUFFER, in exec_netbsd()
510 sizeof(struct btinfo_framebuffer)); in exec_netbsd()
140 struct btinfo_framebuffer btinfo_framebuffer; global() variable
H A Dlibi386.h153 struct btinfo_framebuffer;
154 void framebuffer_configure(struct btinfo_framebuffer *);
H A Dexec_multiboot2.c58 extern struct btinfo_framebuffer btinfo_framebuffer;
662 mbt->vbe_mode = btinfo_framebuffer.vbemode; in mbi_vbe()
679 struct btinfo_framebuffer *fb = &btinfo_framebuffer; in mbi_framebuffer()
H A Dvbe.c158 struct btinfo_framebuffer fb; in vbe_set_mode()
/netbsd-src/sys/arch/x86/include/
H A Dgenfb_machdep.h37 const struct btinfo_framebuffer * xen_genfb_getbtinfo(void);
H A Dbootinfo.h202 struct btinfo_framebuffer { struct
/netbsd-src/sys/arch/xen/x86/
H A Dconsinit.c156 const struct btinfo_framebuffer *fbinfo = NULL;
/netbsd-src/sys/arch/x86/x86/
H A Dconsinit.c168 const struct btinfo_framebuffer *fbinfo = NULL; in consinit()
H A Dgenfb_machdep.c103 const struct btinfo_framebuffer *fbinfo = NULL; in x86_genfb_init()
H A Dmultiboot2.c586 mbi_vbe(struct multiboot_tag_vbe *mbt, struct btinfo_framebuffer *bif) in mbi_vbe()
594 struct btinfo_framebuffer *bif) in mbi_framebuffer()
655 struct btinfo_framebuffer fbinfo; in multiboot2_post_reloc()
H A Dhyperv.c1054 struct btinfo_framebuffer fbinfo; in populate_fbinfo()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Deficons.c430 struct btinfo_framebuffer fb; in bi_framebuffer()
/netbsd-src/sys/arch/x86/pci/
H A Dpci_machdep.c1117 struct btinfo_framebuffer fbinfo; in populate_fbinfo()