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

/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c37 static void efi_panic(EFI_STATUS s, const char *fmt, ...) __dead2 __printflike(2, 3);
507 efi_panic(EFI_OUT_OF_RESOURCES, "Failed to allocate %d handles\n",
512 efi_panic(status, "Failed to get device handles\n");
515 efi_panic(status, "Failed to get device handles\n");
537 efi_panic(EFI_LOAD_ERROR, "No bootable partitions found!");
564 efi_panic(EFI_STATUS s, const char *fmt, ...) function

Completed in 109 milliseconds