Home
last modified time | relevance | path

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

/external/syslinux/com32/mboot/
Dmboot.h77 struct multiboot_header *map_image(void *ptr, size_t len);
95 void set_graphics_mode(const struct multiboot_header *mbh,
Dmap.c101 struct multiboot_header *map_image(void *ptr, size_t len) in map_image()
103 struct multiboot_header *mbh; in map_image()
117 mbh = (struct multiboot_header *)((char *)ptr + mbh_offset); in map_image()
Dmb_header.h29 struct multiboot_header { struct
Dmboot.c155 struct multiboot_header *mbh; in main()
Dinitvesa.c48 void set_graphics_mode(const struct multiboot_header *mbh, in set_graphics_mode()
/external/syslinux/gpxe/src/arch/i386/include/
Dmultiboot.h75 struct multiboot_header { struct
/external/syslinux/gpxe/src/arch/i386/image/
Dmultiboot.c88 struct multiboot_header mb;