Searched refs:EFI_HANDLE_WIDTH (Results 1 – 1 of 1) sorted by relevance
/u-boot/cmd/ |
A D | efidebug.c | 286 #define EFI_HANDLE_WIDTH ((int)sizeof(efi_handle_t) * 2) macro 319 printf("Device%.*s Device Path\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_devices() 320 printf("%.*s ====================\n", EFI_HANDLE_WIDTH, sep); in do_efi_show_devices() 400 EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_drivers() 402 EFI_HANDLE_WIDTH, sep); in do_efi_show_drivers() 591 printf("Handle%.*s Protocols\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_handles() 592 printf("%.*s ====================\n", EFI_HANDLE_WIDTH, sep); in do_efi_show_handles()
|
Completed in 6 milliseconds