Searched refs:dp_current (Results 1 – 1 of 1) sorted by relevance
121 struct efi_device_path *dp_current; in find_handle() local134 dp_current = handler->protocol_interface; in find_handle()136 dp_current = efi_dp_shorten(dp_current); in find_handle()137 if (!dp_current) in find_handle()140 len_current = efi_dp_instance_size(dp_current); in find_handle()148 if (memcmp(dp_current, dp, len_current)) in find_handle()
Completed in 8 milliseconds