Home
last modified time | relevance | path

Searched refs:efi_dp_str (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c68 efi_dp_str(remaining_device_path)); in efi_uc_supported()
116 efi_dp_str(remaining_device_path)); in efi_uc_start()
/openbmc/u-boot/cmd/
H A Defidebug.c39 *dev_path_text = efi_dp_str(dp); in efi_get_device_handle_info()
125 *image_path = efi_dp_str(image->file_path); in efi_get_driver_handle_info()
631 dp_str = efi_dp_str(lo.file_path); in show_efi_boot_opt_data()
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c338 uint16_t *efi_dp_str(struct efi_device_path *dp) in efi_dp_str() function
/openbmc/u-boot/include/
H A Defi_loader.h114 uint16_t *efi_dp_str(struct efi_device_path *dp);
/openbmc/u-boot/lib/
H A Dvsprintf.c309 str = efi_dp_str((struct efi_device_path *)dp); in device_path_string()