Searched refs:device_path_to_text (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath.c97 struct efi_device_path_to_text_protocol *device_path_to_text; variable in typeref:struct:efi_device_path_to_text_protocol
124 NULL, (void **)&device_path_to_text);
126 device_path_to_text = NULL;
348 string = device_path_to_text->convert_device_path_to_text(
372 string = device_path_to_text->convert_device_path_to_text(
392 string = device_path_to_text->convert_device_path_to_text(
409 string = device_path_to_text->convert_device_node_to_text(
439 string = device_path_to_text->convert_device_path_to_text(remaining_dp,
/u-boot/lib/efi_loader/
H A Dhelloworld.c185 struct efi_device_path_to_text_protocol *device_path_to_text; local
213 NULL, (void **)&device_path_to_text);
220 ret = print_device_path(loaded_image->file_path, device_path_to_text);
238 ret = print_device_path(device_path, device_path_to_text);

Completed in 47 milliseconds