Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec_multiboot2.c74 struct multiboot_header_tag_framebuffer *mpp_framebuffer; member
407 if (mpp->mpp_framebuffer) in multiboot2_header_dump()
409 MPP_OPT(mpp->mpp_framebuffer->flags), in multiboot2_header_dump()
410 mpp->mpp_framebuffer->width, in multiboot2_header_dump()
411 mpp->mpp_framebuffer->height, in multiboot2_header_dump()
412 mpp->mpp_framebuffer->depth); in multiboot2_header_dump()
1364 if (mpp->mpp_framebuffer == NULL || in exec_multiboot2()
1365 mpp->mpp_framebuffer->depth != 0) in exec_multiboot2()
1559 mbp->mbp_priv->mpp_framebuffer = (void *)mbt; in probe_multiboot2()