Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dutil.h98 void log_error_stall(const CHAR16 *fmt, ...);
105 log_error_stall(fmt, ##__VA_ARGS__); \
Dassert.c9log_error_stall(L"systemd-boot assertion '%a' failed at %a:%u, function %a(). Halting.", expr, fil… in efi_assert()
Drandom-seed.c163 log_error_stall(L"Failed to read LoaderSystemToken EFI variable: %r", err); in acquire_system_token()
255 log_error_stall(L"Failed to open random seed file: %r", err); in process_random_seed()
Dboot.c636 log_error_stall(L"Error switching console mode: %r", err); in menu_run()
1172 log_error_stall(L"Unsupported special entry identifier: %a", value); in config_defaults_load_from_file()
1183 log_error_stall(L"Error parsing 'editor' config option: %a", value); in config_defaults_load_from_file()
1190log_error_stall(L"Error parsing 'auto-entries' config option: %a", value); in config_defaults_load_from_file()
1197log_error_stall(L"Error parsing 'auto-firmware' config option: %a", value); in config_defaults_load_from_file()
1204 log_error_stall(L"Error parsing 'beep' config option: %a", value); in config_defaults_load_from_file()
1211log_error_stall(L"Error parsing 'reboot-for-bitlocker' config option: %a", value); in config_defaults_load_from_file()
1243log_error_stall(L"Error parsing 'random-seed-mode' config option: %a", value); in config_defaults_load_from_file()
1403log_error_stall(L"Failed to rename '%s' to '%s', ignoring: %r", old_path, entry->next_name, err); in config_entry_bump_counters()
2367 log_error_stall(L"Error getting LoadedImageProtocol handle: %r", err); in image_start()
[all …]
Ddrivers.c50 log_error_stall(L"Failed to start image %s: %r", fname, err); in load_one_driver()
Dutil.c429 void log_error_stall(const CHAR16 *fmt, ...) { in log_error_stall() function
453 log_error_stall(L"Out of memory."); in log_oom()
Dstub.c297 log_error_stall(L"Error loading embedded devicetree: %r", err); in efi_main()
Dcpio.c461log_error_stall(L"Unable to add initrd TPM measurement for PCR %u (%s), ignoring: %r", tpm_pcr[i],… in pack_cpio()