Home
last modified time | relevance | path

Searched defs:multiboot_package_priv (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec_multiboot2.c67 struct multiboot_package_priv { struct
68 struct multiboot_tag *mpp_mbi;
69 size_t mpp_mbi_len;
70 struct multiboot_header_tag_information_request*mpp_info_req;
71 struct multiboot_header_tag_address *mpp_address;
72 struct multiboot_header_tag_entry_address *mpp_entry;
73 struct multiboot_header_tag_console_flags *mpp_console;
74 struct multiboot_header_tag_framebuffer *mpp_framebuffer;
75 struct multiboot_header_tag *mpp_module_align;
76 struct multiboot_header_tag *mpp_efi_bs;
[all …]