Searched refs:DevicePathCompare (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | SortLib.h | 74 DevicePathCompare (
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSortLib/ |
D | BaseSortLib.c | 186 DevicePathCompare ( in DevicePathCompare() function
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiSortLib/ |
D | UefiSortLib.c | 205 DevicePathCompare ( in DevicePathCompare() function
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
D | ConsistMapping.c | 1539 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()
|
D | UefiShellCommandLib.c | 1324 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/ |
D | DrvCfg.c | 99 if (DevicePathCompare(&DevPath1, &DevPath2) == 0) { in FindHiiHandleViaDevPath()
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellProtocol.c | 315 if (DevicePathCompare(DevicePath, &Node->DevicePath) == 0) { in EfiShellGetMapFromDevicePath()
|