Searched refs:efi_devpath_same_disk (Results 1 – 4 of 4) sorted by relevance
104 bool efi_devpath_same_disk(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *);
94 preferred = efi_devpath_same_disk(imgpath, devpath); in probe_handle()
163 if (!efi_devpath_same_disk(imgpath, devpath)) { in probe_handle()
686 efi_devpath_same_disk(EFI_DEVICE_PATH *devpath1, EFI_DEVICE_PATH *devpath2) in efi_devpath_same_disk() function