Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/i386/stand/lib/
Dexec_multiboot1.c224 char buf[8192 + sizeof(struct multiboot_header)]; in probe_multiboot1()
232 if (readen < sizeof(struct multiboot_header)) in probe_multiboot1()
236 struct multiboot_header *mbh; in probe_multiboot1()
238 mbh = (struct multiboot_header *)(buf + i); in probe_multiboot1()
Dlibi386.h82 struct multiboot_header *mbp_header;
Dexec_multiboot2.c1482 char buf[MULTIBOOT_SEARCH + sizeof(struct multiboot_header)]; in probe_multiboot2()
1485 struct multiboot_header *mbh; in probe_multiboot2()
1493 if (readen < sizeof(struct multiboot_header)) in probe_multiboot2()
1497 mbh = (struct multiboot_header *)(buf + i); in probe_multiboot2()
/netbsd/src/sys/arch/i386/include/
Dmultiboot.h50 struct multiboot_header { struct
74 extern struct multiboot_header *Multiboot_Header; argument
Dmultiboot2.h97 struct multiboot_header struct