HomeSort by: relevance | last modified time | path
    Searched refs:multiboot_tag_module (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
multiboot2.c 282 struct multiboot_tag_module *mbt;
299 mbt = (struct multiboot_tag_module *)cp;
460 struct multiboot_tag_module *mbt;
479 mbt = (struct multiboot_tag_module *)cp;
864 ((struct multiboot_tag_module *)mbt)->mod_start,
865 ((struct multiboot_tag_module *)mbt)->mod_end,
866 ((struct multiboot_tag_module *)mbt)->cmdline);
  /src/sys/arch/i386/include/
multiboot2.h 216 struct multiboot_tag_module struct
  /src/sys/arch/i386/stand/lib/
exec_multiboot2.c 212 ((struct multiboot_tag_module *)mbt)->mod_start,
213 ((struct multiboot_tag_module *)mbt)->mod_end,
214 ((struct multiboot_tag_module *)mbt)->cmdline);
506 struct multiboot_tag_module *mbt = buf;
530 mbt = (struct multiboot_tag_module *)

Completed in 14 milliseconds