Searched refs:EFI_HANDLE_WIDTH (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | efidebug.c | 46 #define EFI_HANDLE_WIDTH ((int)sizeof(efi_handle_t) * 2) macro 79 printf("Device%.*s Device Path\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_devices() 80 printf("%.*s ====================\n", EFI_HANDLE_WIDTH, sep); in do_efi_show_devices() 160 EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_drivers() 162 EFI_HANDLE_WIDTH, sep); in do_efi_show_drivers() 287 printf("Handle%.*s Protocols\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_handles() 288 printf("%.*s ====================\n", EFI_HANDLE_WIDTH, sep); in do_efi_show_handles()
|