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

  /src/sys/arch/x86/x86/
multiboot2.c 932 ((struct multiboot_tag_apm *)mbt)->version,
933 ((struct multiboot_tag_apm *)mbt)->cseg,
934 ((struct multiboot_tag_apm *)mbt)->offset,
935 ((struct multiboot_tag_apm *)mbt)->cseg_16,
936 ((struct multiboot_tag_apm *)mbt)->dseg,
937 ((struct multiboot_tag_apm *)mbt)->flags,
938 ((struct multiboot_tag_apm *)mbt)->cseg_len,
939 ((struct multiboot_tag_apm *)mbt)->cseg_16_len,
940 ((struct multiboot_tag_apm *)mbt)->dseg_len);
  /src/sys/arch/i386/stand/lib/
exec_multiboot2.c 276 ((struct multiboot_tag_apm *)mbt)->version,
277 ((struct multiboot_tag_apm *)mbt)->cseg,
278 ((struct multiboot_tag_apm *)mbt)->offset,
279 ((struct multiboot_tag_apm *)mbt)->cseg_16,
280 ((struct multiboot_tag_apm *)mbt)->dseg,
281 ((struct multiboot_tag_apm *)mbt)->flags,
282 ((struct multiboot_tag_apm *)mbt)->cseg_len,
283 ((struct multiboot_tag_apm *)mbt)->cseg_16_len,
284 ((struct multiboot_tag_apm *)mbt)->dseg_len);
856 struct multiboot_tag_apm *mbt = buf
    [all...]
  /src/sys/arch/i386/include/
multiboot2.h 325 struct multiboot_tag_apm struct

Completed in 194 milliseconds