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

  /src/sys/arch/ia64/ia64/
efi.c 43 static struct efi_systbl *efi_systbl; variable in typeref:struct:efi_systbl *
66 efi_systbl = (struct efi_systbl *)IA64_PHYS_TO_RR7(systbl);
67 if (efi_systbl->st_hdr.th_sig != EFI_SYSTBL_SIG) {
68 efi_systbl = NULL;
71 efi_cfgtbl = (efi_systbl->st_cfgtbl == NULL) ? NULL :
73 (uint64_t)efi_systbl->st_cfgtbl);
76 efi_runtime = (efi_systbl->st_rt == NULL) ? NULL :
77 (struct efi_rt *)IA64_PHYS_TO_RR7((uint64_t)efi_systbl->st_rt)
    [all...]
  /src/sys/arch/x86/x86/
multiboot2.c 76 efi_systbl->st_coutif->ei_outputstring(efi_systbl->st_coutif, \
122 efi_exit_bs(struct efi_systbl *efi_systbl, void *efi_ih)
129 if (efi_systbl == NULL)
132 if (efi_systbl->st_hdr.th_sig != EFI_SYSTBL_SIG)
135 efi_bs = efi_systbl->st_bs;
284 struct efi_systbl *efi_systbl = NULL; local in function:multiboot2_pre_reloc
306 efi_systbl = (struct efi_systbl *
    [all...]
  /src/sys/dev/efi/
efi.h 166 struct efi_systbl { struct
186 __CTASSERT(sizeof(struct efi_systbl) == 120);
188 __CTASSERT(sizeof(struct efi_systbl) == 72);

Completed in 12 milliseconds