Searched refs:dp_current (Results 1 – 1 of 1) sorted by relevance
163 struct efi_device_path *dp_current; in find_handle() local176 dp_current = handler->protocol_interface; in find_handle()178 dp_current = efi_dp_shorten(dp_current); in find_handle()179 if (!dp_current) in find_handle()182 len_current = efi_dp_instance_size(dp_current); in find_handle()190 if (memcmp(dp_current, dp, len_current)) in find_handle()
Completed in 8 milliseconds