Home
last modified time | relevance | path

Searched refs:efi_runtime (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Defirt.c67 static struct efi_rt *efi_runtime; variable
345 if (efi_runtime == NULL) in efi_enter()
422 efi_runtime = (efi_systbl->st_rt == 0) ? NULL : in efi_init()
424 if (efi_runtime == NULL) { in efi_init()
441 efi_runtime = NULL; in efi_uninit()
477 status = efi_runtime->rt_gettime(tm, NULL); in efi_get_time_locked()
489 if (efi_runtime == NULL) in efi_get_time()
506 efi_runtime->rt_reset(EFI_RESET_WARM, 0, 0, NULL); in efi_reset_system()
521 status = efi_runtime->rt_settime(tm); in efi_set_time_locked()
532 if (efi_runtime == NULL) in efi_set_time()
[all …]