Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c71 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp) in efi_dp_next() function
103 a = efi_dp_next(a); in efi_dp_match()
104 b = efi_dp_next(b); in efi_dp_match()
137 dp = efi_dp_next(dp); in shorten_path()
178 obj_dp = shorten_path(efi_dp_next(obj_dp)); in find_obj()
223 dp = efi_dp_next(dp); in efi_dp_last_node()
237 dp = efi_dp_next(dp); in efi_dp_instance_size()
938 p = efi_dp_next(p); in efi_dp_split_file_path()
H A Defi_file.c670 fp = efi_dp_next(fp); in efi_file_from_path()
692 fp = efi_dp_next(fp); in efi_file_from_path()
H A Defi_device_path_to_text.c327 device_path = efi_dp_next(device_path); in efi_convert_device_path_to_text()
/openbmc/u-boot/include/
H A Defi_loader.h414 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp);