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 - 8
of
8
) sorted by relevancy
/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/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/x86/include/
bootinfo.h
42
#define
BTINFO_FRAMEBUFFER
12
202
struct
btinfo_framebuffer
{
struct
/src/sys/arch/i386/stand/lib/
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
));
/src/sys/arch/x86/pci/
pci_machdep.c
1121
struct
btinfo_framebuffer
fbinfo;
1130
fbptr = lookup_bootinfo(
BTINFO_FRAMEBUFFER
);
Completed in 16 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025