Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath.c259 struct efi_device_path *remaining_dp; in execute() local
363 remaining_dp = (struct efi_device_path *)dp3; in execute()
364 ret = boottime->locate_device_path(&guid_protocol, &remaining_dp, in execute()
374 string = device_path_to_text->convert_device_path_to_text(remaining_dp, in execute()