Searched refs:multiboot_header (Results 1 – 5 of 5) sorted by relevance
224 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()
82 struct multiboot_header *mbp_header;
1482 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()
50 struct multiboot_header { struct74 extern struct multiboot_header *Multiboot_Header; argument
97 struct multiboot_header struct