OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btinfo_framebuffer
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/x86/include/
genfb_machdep.h
37
const struct
btinfo_framebuffer
* xen_genfb_getbtinfo(void);
bootinfo.h
42
#define
BTINFO_FRAMEBUFFER
12
202
struct
btinfo_framebuffer
{
struct
/src/sys/arch/xen/xen/
genfb_xen.c
39
static struct
btinfo_framebuffer
_xen_genfb_btinfo = {0};
41
const struct
btinfo_framebuffer
*
50
if (_xen_genfb_btinfo.common.type ==
BTINFO_FRAMEBUFFER
)
73
_xen_genfb_btinfo.common.type =
BTINFO_FRAMEBUFFER
;
74
_xen_genfb_btinfo.common.len = sizeof(struct
btinfo_framebuffer
);
/src/sys/arch/i386/stand/lib/
libi386.h
156
struct
btinfo_framebuffer
;
157
void framebuffer_configure(struct
btinfo_framebuffer
*);
exec.c
139
struct
btinfo_framebuffer
btinfo_framebuffer
;
variable in typeref:struct:btinfo_framebuffer
161
framebuffer_configure(struct
btinfo_framebuffer
*fb)
164
btinfo_framebuffer
= *fb;
166
btinfo_framebuffer
.physaddr = 0;
167
btinfo_framebuffer
.flags = 0;
509
BI_ADD(&
btinfo_framebuffer
,
BTINFO_FRAMEBUFFER
,
510
sizeof(struct
btinfo_framebuffer
));
exec_multiboot2.c
58
extern struct
btinfo_framebuffer
btinfo_framebuffer
;
662
mbt->vbe_mode =
btinfo_framebuffer
.vbemode;
679
struct
btinfo_framebuffer
*fb = &
btinfo_framebuffer
;
vbe.c
158
struct
btinfo_framebuffer
fb;
/src/sys/arch/xen/x86/
consinit.c
156
const struct
btinfo_framebuffer
*fbinfo = NULL;
/src/sys/arch/x86/x86/
genfb_machdep.c
103
const struct
btinfo_framebuffer
*fbinfo = NULL;
121
fbinfo = lookup_bootinfo(
BTINFO_FRAMEBUFFER
);
consinit.c
168
const struct
btinfo_framebuffer
*fbinfo = NULL;
209
fbinfo = lookup_bootinfo(
BTINFO_FRAMEBUFFER
);
multiboot2.c
586
mbi_vbe(struct multiboot_tag_vbe *mbt, struct
btinfo_framebuffer
*bif)
594
struct
btinfo_framebuffer
*bif)
655
struct
btinfo_framebuffer
fbinfo;
727
BTINFO_FRAMEBUFFER
, sizeof(fbinfo));
hyperv.c
1056
const void *fbptr = lookup_bootinfo(
BTINFO_FRAMEBUFFER
);
1057
struct
btinfo_framebuffer
fbinfo;
/src/sys/arch/i386/stand/efiboot/
eficons.c
448
struct
btinfo_framebuffer
fb;
/src/sys/arch/x86/pci/
pci_machdep.c
1121
struct
btinfo_framebuffer
fbinfo;
1130
fbptr = lookup_bootinfo(
BTINFO_FRAMEBUFFER
);
Completed in 104 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025