HomeSort by: relevance | last modified time | path
    Searched defs:btinfo_efi (Results 1 - 2 of 2) 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

Completed in 12 milliseconds