Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_boottime.c2203 size_t len, len_dp; in efi_locate_device_path() local
2232 len_dp = efi_dp_instance_size(dp); in efi_locate_device_path()
2239 if (len_dp <= len_best || len_dp > len) in efi_locate_device_path()
2242 if (memcmp(*device_path, dp, len_dp)) in efi_locate_device_path()
2245 len_best = len_dp; in efi_locate_device_path()