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

  /src/sys/arch/i386/stand/efiboot/
efiboot.c 48 static struct btinfo_efi btinfo_efi; variable in typeref:struct:btinfo_efi
117 memset(&btinfo_efi, 0, sizeof(btinfo_efi));
118 btinfo_efi.systblpa = (intptr_t)ST;
120 btinfo_efi.flags |= BI_EFI_32BIT;
122 BI_ADD(&btinfo_efi, BTINFO_EFI, sizeof(btinfo_efi));
  /src/sys/arch/x86/include/
bootinfo.h 44 #define BTINFO_EFI 14
231 struct btinfo_efi { struct
  /src/sys/arch/x86/x86/
multiboot2.c 608 struct btinfo_efi bie;
613 bootinfo_add((struct btinfo_common *)&bie, BTINFO_EFI, sizeof(bie));
619 struct btinfo_efi bie;
623 bootinfo_add((struct btinfo_common *)&bie, BTINFO_EFI, sizeof(bie));
efi_machdep.c 304 struct btinfo_efi *bi;
307 bi = lookup_bootinfo(BTINFO_EFI);

Completed in 17 milliseconds