OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multiboot_header
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/i386/include/
multiboot.h
50
struct
multiboot_header
{
struct
74
extern struct
multiboot_header
*
Multiboot_Header
;
multiboot2.h
22
#ifndef
MULTIBOOT_HEADER
23
#define
MULTIBOOT_HEADER
1
97
struct
multiboot_header
struct
417
#endif /* !
MULTIBOOT_HEADER
*/
/src/sys/arch/i386/stand/lib/
exec_multiboot1.c
224
char buf[8192 + sizeof(struct
multiboot_header
)];
232
if (readen < sizeof(struct
multiboot_header
))
236
struct
multiboot_header
*mbh;
238
mbh = (struct
multiboot_header
*)(buf + i);
libi386.h
82
struct
multiboot_header
*mbp_header;
exec_multiboot2.c
1482
char buf[MULTIBOOT_SEARCH + sizeof(struct
multiboot_header
)];
1485
struct
multiboot_header
*mbh;
1493
if (readen < sizeof(struct
multiboot_header
))
1497
mbh = (struct
multiboot_header
*)(buf + i);
Completed in 16 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025