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

  /src/sys/arch/x86/x86/
efi_machdep.c 89 static struct efi_rt efi_rt __read_mostly;
591 * - Make a copy of the EFI runtime services table in efi_rt.
595 * On failure, leaves efi_rt zero-initialized and everything else
776 memcpy(&efi_rt, systbl->st_rt, sizeof(efi_rt));
801 * efi_rt is all zero, so will lead to EFI_UNSUPPORTED even if
878 if (efi_rt.rt_gettime == NULL)
882 status = efi_rt.rt_gettime(tm, tmcap);
900 if (efi_rt.rt_settime == NULL
    [all...]
  /src/sys/arch/arm/arm/
efi_runtime.c 49 static struct efi_rt *RT;
51 static struct efi_rt efi_rtcopy;
98 struct efi_rt *rt = ST->st_rt;
  /src/sys/arch/ia64/ia64/
efi.c 45 static struct efi_rt *efi_runtime;
77 (struct efi_rt *)IA64_PHYS_TO_RR7((uint64_t)efi_systbl->st_rt);
  /src/sys/dev/efi/
efi.h 144 struct efi_rt { struct
180 struct efi_rt *st_rt;
  /src/sys/arch/ia64/stand/ia64/ski/
efi_stub.c 73 struct efi_rt efi_rttab = {

Completed in 16 milliseconds