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

  /src/sys/arch/ia64/ia64/
efi.c 45 static struct efi_rt *efi_runtime; variable in typeref:struct:efi_rt *
76 efi_runtime = (efi_systbl->st_rt == NULL) ? NULL :
78 if (efi_runtime == NULL)
96 status = ia64_call_efi_physical((uint64_t)efi_runtime->rt_setvirtual,
126 efi_runtime->rt_gettime(tm, NULL);
152 if (efi_runtime != NULL)
153 efi_runtime->rt_reset(EFI_RESET_WARM, 0, 0, NULL);
161 return (efi_runtime->rt_settime(tm));

Completed in 11 milliseconds