efi_device_path_ncmp
int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
if (efi_device_path_ncmp(efi_bootdp, dp, depth))
if (depth > 0 && efi_device_path_ncmp(efi_bootdp, DevicePathFromHandle(efi_block[n]), depth) == 0) {
int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
if (efi_device_path_ncmp(dp, DevicePathFromHandle(efi_vol[vol]), depth) == 0)
if (depth > 0 && efi_device_path_ncmp(efi_bootdp, dp0, depth) == 0) {
if (efi_device_path_ncmp(efi_bootdp, dp, depth))