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

  /src/sys/arch/ia64/ia64/
efi.c 44 static struct efi_cfgtbl *efi_cfgtbl; variable in typeref:struct:efi_cfgtbl *
71 efi_cfgtbl = (efi_systbl->st_cfgtbl == NULL) ? NULL :
72 (struct efi_cfgtbl *)IA64_PHYS_TO_RR7(
74 if (efi_cfgtbl == NULL)
105 struct efi_cfgtbl *ct;
108 if (efi_cfgtbl == NULL)
111 ct = efi_cfgtbl;
  /src/sys/dev/efi/
efi.h 73 struct efi_cfgtbl { struct
183 struct efi_cfgtbl *st_cfgtbl;

Completed in 14 milliseconds