Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_device_path.c76 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp) in efi_dp_next() function
108 a = efi_dp_next(a); in efi_dp_match()
109 b = efi_dp_next(b); in efi_dp_match()
141 dp = efi_dp_next(dp); in shorten_path()
182 obj_dp = shorten_path(efi_dp_next(obj_dp)); in find_obj()
227 dp = efi_dp_next(dp); in efi_dp_last_node()
241 dp = efi_dp_next(dp); in efi_dp_instance_size()
935 p = efi_dp_next(p); in efi_dp_split_file_path()
Defi_file.c566 fp = efi_dp_next(fp); in efi_file_from_path()
584 fp = efi_dp_next(fp); in efi_file_from_path()
Defi_device_path_to_text.c319 device_path = efi_dp_next(device_path); in efi_convert_device_path_to_text()
/external/u-boot/include/
Defi_loader.h343 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp);