Searched refs:multiboot_header_t (Results 1 – 13 of 13) sorted by relevance
161 bblock->mboot = (multiboot_header_t *)(bblock->file + in read_bootblock_from_file()163 bblock->extra = (char *)bblock->mboot + sizeof (multiboot_header_t); in read_bootblock_from_file()186 multiboot_header_t *mboot; in read_bootblock_from_disk()209 mboot = (multiboot_header_t *)(mboot_scan + mboot_off); in read_bootblock_from_disk()253 bblock->mboot = (multiboot_header_t *)(bblock->buf + bblock->mboot_off in read_bootblock_from_disk()255 bblock->extra = (char *)bblock->mboot + sizeof (multiboot_header_t); in read_bootblock_from_disk()257 - BBLK_DATA_RSVD_SIZE - sizeof (multiboot_header_t); in read_bootblock_from_disk()340 multiboot_header_t *mboot; in prepare_bootblock()552 dest_bblock->mboot = (multiboot_header_t *)(dest_bblock->file + in propagate_bootblock()555 sizeof (multiboot_header_t); in propagate_bootblock()[all …]
52 multiboot_header_t *mboot;
62 multiboot_header_t *mboot; in find_multiboot()75 boundary = boundary - sizeof (multiboot_header_t); in find_multiboot()79 mboot = (multiboot_header_t *)iter; in find_multiboot()
58 multiboot_header_t *mbh = 0; in check_multiboot()68 for (i = 0; i < 8192 - sizeof (multiboot_header_t); i++) in check_multiboot()74 mbh = (multiboot_header_t *) (buf + i); in check_multiboot()
110 multiboot_header_t *mbh; in patch64()141 for (mem = 0; mem < 8192 - sizeof (multiboot_header_t); mem += 4) { in patch64()147 if (mem >= 8192 - sizeof (multiboot_header_t)) { in patch64()
59 } multiboot_header_t; typedef
59 @} multiboot_header_t;
1113 } multiboot_header_t;
54 multiboot_header_t *mboot;
622 dest_stage2->mboot = (multiboot_header_t *)(dest_stage2->buf + in propagate_bootblock()941 multiboot_header_t *mboot; in prepare_fake_multiboot()1229 multiboot_header_t *mboot; in read_stage2_from_disk()1246 mboot = (multiboot_header_t *)(mboot_scan + mboot_off); in read_stage2_from_disk()1282 stage2->mboot = (multiboot_header_t *)(stage2->buf + stage2->mboot_off); in read_stage2_from_disk()1369 stage2->mboot = (multiboot_header_t *)(stage2->file + in prepare_stage2()
69 } multiboot_header_t; typedef
114 multiboot_header_t *mbh; in get_boot_cap()191 for (m = 0; m < 8192 - sizeof (multiboot_header_t); m += 4) { in get_boot_cap()
51 extern multiboot_header_t mb_header;