Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c2336 size_t len, len_dp; in efi_locate_device_path() local
2365 len_dp = efi_dp_instance_size(dp); in efi_locate_device_path()
2372 if (len_dp <= len_best || len_dp > len) in efi_locate_device_path()
2375 if (memcmp(*device_path, dp, len_dp)) in efi_locate_device_path()
2378 len_best = len_dp; in efi_locate_device_path()