Home
last modified time | relevance | path

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

/freebsd/sys/dev/efidev/
H A Defirt.c71 static eventhandler_tag efi_shutdown_tag; variable
251 efi_shutdown_tag = EVENTHANDLER_REGISTER(shutdown_final, in efi_init()
264 if (efi_shutdown_tag != NULL) in efi_uninit()
265 EVENTHANDLER_DEREGISTER(shutdown_final, efi_shutdown_tag); in efi_uninit()