Searched refs:efi_warn (Results 1 – 3 of 3) sorted by relevance
101 efi_warn("Failed to allocate memory for RNG seed.\n"); in efi_random_get_seed()138 efi_warn("Failed to obtain seed from EFI_RNG_PROTOCOL\n"); in efi_random_get_seed()141 efi_warn("Retaining bootloader-supplied seed only"); in efi_random_get_seed()
138 efi_warn("efi_random_alloc() failed: 0x%lx\n", status); in handle_kernel_image()
55 #define efi_warn(fmt, ...) \ macro