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