Home
last modified time | relevance | path

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

/freebsd/stand/efi/boot1/
H A Dboot1.c35 static void efi_panic(EFI_STATUS s, const char *fmt, ...) __dead2 __printflike(2, 3);
232 efi_panic(EFI_OUT_OF_RESOURCES, "Failed to allocate %d handles\n", in efi_main()
237 efi_panic(status, "Failed to get device handles\n"); in efi_main()
269 efi_panic(EFI_LOAD_ERROR, "No bootable partitions found!"); in efi_main()
310 efi_panic(EFI_STATUS s, const char *fmt, ...) in efi_panic() function