Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_boottime.c1806 size_t len, len_dp; in efi_locate_device_path() local
1835 len_dp = efi_dp_instance_size(dp); in efi_locate_device_path()
1842 if (len_dp <= len_best || len_dp > len) in efi_locate_device_path()
1845 if (memcmp(*device_path, dp, len_dp)) in efi_locate_device_path()
1852 len_best = len_dp; in efi_locate_device_path()

Completed in 9 milliseconds