Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_boottime.c2413 size_t len_best = 0; in efi_locate_device_path() local
2448 if (len_dp <= len_best || len_dp > len) in efi_locate_device_path()
2458 len_best = len_dp; in efi_locate_device_path()
2460 if (len_best) { in efi_locate_device_path()
2461 remainder = (u8 *)*device_path + len_best; in efi_locate_device_path()