Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dboot.S32 multiboot_header: label
41 .long multiboot_header
H A Dboot.S.texi32 multiboot_header:
41 .long multiboot_header
H A Dmultiboot.h49 typedef struct multiboot_header struct
H A Dmultiboot.h.texi49 typedef struct multiboot_header
H A Dmultiboot.info1103 typedef struct multiboot_header
1214 multiboot_header:
1223 .long multiboot_header
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h24 struct multiboot_header struct
H A Dboot.c51 struct multiboot_header *mb; in load_image()
81 flags = ((struct multiboot_header *) (buffer + i))->flags; in load_image()
140 pu.mb = (struct multiboot_header *) (buffer + i); in load_image()
/illumos-gate/usr/src/boot/sys/sys/
H A Dmultiboot.h101 struct multiboot_header struct
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot.h60 typedef struct multiboot_header { struct
/illumos-gate/usr/src/boot/i386/libi386/
H A Dmultiboot.c103 struct multiboot_header *header; in multiboot_loadfile()
134 header = (struct multiboot_header *)&magic[i]; in multiboot_loadfile()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c63 extern const struct multiboot_header mb_header;
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c72 extern const struct multiboot_header mb_header;
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2721 * docs/boot.S (multiboot_header) [__ELF__]: Don't define a.out
2972 * stage2/mb_header.h (multiboot_header): Added new fields,