OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mbt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/x86/
multiboot2.c
282
struct multiboot_tag_module *
mbt
;
local
298
cp += roundup(
mbt
->size, MULTIBOOT_INFO_ALIGN)) {
299
mbt
= (struct multiboot_tag_module *)cp;
300
switch (
mbt
->type) {
302
mbt_elf = (struct multiboot_tag_elf_sections *)
mbt
;
307
((struct multiboot_tag_efi64 *)
mbt
)->pointer;
311
((struct multiboot_tag_efi64_ih *)
mbt
)->pointer;
316
((struct multiboot_tag_efi32 *)
mbt
)->pointer;
320
((struct multiboot_tag_efi32_ih *)
mbt
)->pointer;
386
mbi_cmdline(struct multiboot_tag_string *
mbt
)
460
struct multiboot_tag_module *
mbt
;
local
651
struct multiboot_tag *
mbt
;
local
820
struct multiboot_tag *
mbt
;
local
[
all
...]
/src/sys/arch/i386/stand/lib/
exec_multiboot2.c
165
struct multiboot_tag *
mbt
;
local
186
mbt
= (struct multiboot_tag *)(uint32_t *)mbi + 2;
187
actual_size = (char *)
mbt
- mbi;
193
cp = cp + roundup(
mbt
->size, MULTIBOOT_TAG_ALIGN)) {
194
mbt
= (struct multiboot_tag *)cp;
195
actual_size += roundup(
mbt
->size, MULTIBOOT_TAG_ALIGN);
198
i++,
mbt
->type, mbi_tag_name(
mbt
->type),
mbt
->size);
200
switch (
mbt
->type)
458
struct multiboot_tag_string *
mbt
= buf;
local
481
struct multiboot_tag_string *
mbt
= buf;
local
506
struct multiboot_tag_module *
mbt
= buf;
local
541
struct multiboot_tag_basic_meminfo *
mbt
= buf;
local
559
struct multiboot_tag_bootdev *
mbt
= buf;
local
586
struct multiboot_tag_mmap *
mbt
= buf;
local
655
struct multiboot_tag_vbe *
mbt
= buf;
local
678
struct multiboot_tag_framebuffer *
mbt
= buf;
local
764
struct multiboot_tag_old_acpi *
mbt
= buf;
local
810
struct multiboot_tag_new_acpi *
mbt
= buf;
local
856
struct multiboot_tag_apm *
mbt
= buf;
local
882
struct multiboot_tag_smbios *
mbt
= buf;
local
957
struct multiboot_tag_network *
mbt
= buf;
local
978
struct multiboot_tag_elf_sections *
mbt
= buf;
local
1052
struct multiboot_tag *
mbt
= buf;
local
1067
struct multiboot_tag_load_base_addr *
mbt
= buf;
local
1085
struct multiboot_tag *
mbt
= buf;
local
1106
struct multiboot_tag_efi_mmap *
mbt
= buf;
local
1134
struct multiboot_tag_efi32_ih *
mbt
= buf;
local
1150
struct multiboot_tag_efi32 *
mbt
= buf;
local
1168
struct multiboot_tag_efi64_ih *
mbt
= buf;
local
1184
struct multiboot_tag_efi64 *
mbt
= buf;
local
1486
struct multiboot_header_tag *
mbt
;
local
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026