OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mbh
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/i386/stand/lib/
exec_multiboot1.c
236
struct multiboot_header *
mbh
;
local in function:probe_multiboot1
238
mbh
= (struct multiboot_header *)(buf + i);
240
if (
mbh
->mh_magic != MULTIBOOT_HEADER_MAGIC)
243
if (
mbh
->mh_magic +
mbh
->mh_flags +
mbh
->mh_checksum)
254
memcpy(mbp->mbp_header,
mbh
, sizeof(*mbp->mbp_header));
exec_multiboot2.c
1485
struct multiboot_header *
mbh
;
local in function:probe_multiboot2
1497
mbh
= (struct multiboot_header *)(buf + i);
1499
if (
mbh
->magic != MULTIBOOT2_HEADER_MAGIC)
1502
if (
mbh
->architecture != MULTIBOOT_ARCHITECTURE_I386)
1505
if (
mbh
->magic +
mbh
->architecture +
1506
mbh
->header_length +
mbh
->checksum)
1508
mbh_len =
mbh
->header_length;
1533
mbh
= mbp->mbp_header
[
all
...]
/src/sys/arch/powerpc/powerpc/
db_disasm.c
941
u_int mb, mbl,
mbh
;
local in function:disasm_fields
943
mbh
= extract_field(instr, 31 - 26, 1);
944
mb =
mbh
<< 4 | mbl;
Completed in 36 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025