OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multiboot_header
(Results
1 - 7
of
7
) sorted by null
/external/syslinux/com32/mboot/
mb_header.h
29
struct
multiboot_header
{
struct
58
* The entire
multiboot_header
must be contained
63
/* Magic value identifying the
multiboot_header
. */
mboot.h
77
struct
multiboot_header
*map_image(void *ptr, size_t len);
95
void set_graphics_mode(const struct
multiboot_header
*mbh,
map.c
101
struct
multiboot_header
*map_image(void *ptr, size_t len)
103
struct
multiboot_header
*mbh;
117
mbh = (struct
multiboot_header
*)((char *)ptr + mbh_offset);
mboot.c
155
struct
multiboot_header
*mbh;
initvesa.c
48
void set_graphics_mode(const struct
multiboot_header
*mbh,
/external/syslinux/gpxe/src/arch/i386/include/
multiboot.h
75
struct
multiboot_header
{
struct
/external/syslinux/gpxe/src/arch/i386/image/
multiboot.c
88
struct
multiboot_header
mb;
Completed in 239 milliseconds