Home
last modified time | relevance | path

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

/lib/efi_loader/
A Defi_device_path.c121 struct efi_device_path *dp_current; in find_handle() local
134 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