Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DSortLib.h74 DevicePathCompare (
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSortLib/
DBaseSortLib.c186 DevicePathCompare ( in DevicePathCompare() function
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiSortLib/
DUefiSortLib.c205 DevicePathCompare ( in DevicePathCompare() function
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c1539 if (DevicePathCompare (&TempTable[Index], &HIDevicePath) == 0) { in ShellCommandConsistMappingInitialize()
1551 PerformQuickSort(TempTable, Index, sizeof(EFI_DEVICE_PATH_PROTOCOL*), DevicePathCompare); in ShellCommandConsistMappingInitialize()
1624 if (DevicePathCompare (&Table[Index], &HIDevicePath) == 0) { in ShellCommandConsistMappingGenMappingName()
DUefiShellCommandLib.c1324 PerformQuickSort(DevicePathList, Count, sizeof(EFI_DEVICE_PATH_PROTOCOL*), DevicePathCompare); in ShellCommandCreateInitialMappingsAndPaths()
1384 PerformQuickSort(DevicePathList, Count, sizeof(EFI_DEVICE_PATH_PROTOCOL*), DevicePathCompare); in ShellCommandCreateInitialMappingsAndPaths()
1460 PerformQuickSort(DevicePathList, Count, sizeof(EFI_DEVICE_PATH_PROTOCOL*), DevicePathCompare); in ShellCommandUpdateMapping()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDrvCfg.c99 if (DevicePathCompare(&DevPath1, &DevPath2) == 0) { in FindHiiHandleViaDevPath()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c315 if (DevicePathCompare(DevicePath, &Node->DevicePath) == 0) { in EfiShellGetMapFromDevicePath()