Home
last modified time | relevance | path

Searched refs:framebuffer_common (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/common/
H A Dmultiboot2.c1064 tag->framebuffer_common.mb_type = in multiboot2_exec()
1066 tag->framebuffer_common.mb_size = in multiboot2_exec()
1068 tag->framebuffer_common.framebuffer_addr = fb.fb_addr; in multiboot2_exec()
1069 tag->framebuffer_common.framebuffer_width = fb.fb_width; in multiboot2_exec()
1070 tag->framebuffer_common.framebuffer_height = in multiboot2_exec()
1072 tag->framebuffer_common.framebuffer_bpp = bpp; in multiboot2_exec()
1077 tag->framebuffer_common.framebuffer_pitch = in multiboot2_exec()
1079 tag->framebuffer_common.framebuffer_type = in multiboot2_exec()
1081 tag->framebuffer_common.mb_reserved = 0; in multiboot2_exec()
/titanic_53/usr/src/uts/common/sys/
H A Dmultiboot2.h304 struct multiboot_tag_framebuffer_common framebuffer_common; member