Searched refs:len_dp (Results 1 – 1 of 1) sorted by relevance
2203 size_t len, len_dp; in efi_locate_device_path() local2232 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()