Searched refs:EFI_PRINT (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_hii.c | 135 EFI_PRINT("header_size: %08x\n", in add_strings_package() 137 EFI_PRINT("string_info_offset: %08x\n", in add_strings_package() 139 EFI_PRINT("language_name: %u\n", in add_strings_package() 141 EFI_PRINT("language: %s\n", strings_package->language); in add_strings_package() 163 EFI_PRINT("unknown HII string block type: %02x\n", in add_strings_package() 198 EFI_PRINT("%4u: \"%ls\"\n", idx + 1, ucs2->string_text); in add_strings_package() 213 EFI_PRINT("unknown HII string block type: %02x\n", in add_strings_package() 375 EFI_PRINT("package_list: %pUl (%u)\n", &package_list->package_list_guid, in add_packages() 380 EFI_PRINT("package=%p, package type=%x, length=%u\n", package, in add_packages() 390 EFI_PRINT("Form package not supported\n"); in add_packages() [all …]
|
H A D | efi_console.c | 869 EFI_PRINT("u+%04x, sc %04x, sh %08x, tg %02x\n", in efi_cin_register_key_notify()
|
H A D | efi_boottime.c | 1010 EFI_PRINT("installed device path '%pD'\n", protocol_interface); in efi_add_protocol()
|
/openbmc/u-boot/lib/efi_driver/ |
H A D | efi_block_device.c | 62 EFI_PRINT("%s: read '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_read() 68 EFI_PRINT("%s: r = %u\n", __func__, in efi_bl_read() 91 EFI_PRINT("%s: write '%s', from block " LBAFU ", " LBAFU " blocks\n", in efi_bl_write() 98 EFI_PRINT("%s: r = %u\n", __func__, in efi_bl_write() 140 EFI_PRINT("%s: handle %p, interface %p\n", __func__, handle, io); in efi_bl_bind() 174 EFI_PRINT("%s: block device '%s' created\n", __func__, bdev->name); in efi_bl_bind() 178 EFI_PRINT("Found %d partitions\n", disks); in efi_bl_bind()
|
H A D | efi_uclass.c | 140 EFI_PRINT("Failure to close handle\n"); in efi_uc_start() 170 EFI_PRINT("Cannot close protocol\n"); in disconnect_child() 176 EFI_PRINT("Cannot uninstall protocol interface\n"); in disconnect_child()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 81 #define EFI_PRINT(format, ...) ({ \ macro
|