Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
DQNCSmmHelpers.c35 CONST IN QNC_SMM_SOURCE_DESC *Src1, in CompareEnables() argument
64 if (Src1->En[loopvar].Bit != Src2->En[loopvar].Bit || in CompareEnables()
65 Src1->En[loopvar].Reg.Type != Src2->En[loopvar].Reg.Type || in CompareEnables()
66 Src1->En[loopvar].Reg.Data.raw != Src2->En[loopvar].Reg.Data.raw in CompareEnables()
81 CONST IN QNC_SMM_SOURCE_DESC *Src1, in CompareStatuses() argument
111 if (Src1->Sts[loopvar].Bit != Src2->Sts[loopvar].Bit || in CompareStatuses()
112 Src1->Sts[loopvar].Reg.Type != Src2->Sts[loopvar].Reg.Type || in CompareStatuses()
113 Src1->Sts[loopvar].Reg.Data.raw != Src2->Sts[loopvar].Reg.Data.raw in CompareStatuses()
128 CONST IN QNC_SMM_SOURCE_DESC *Src1, in CompareSources() argument
148 return (BOOLEAN) (CompareEnables (Src1, Src2) && CompareStatuses (Src1, Src2)); in CompareSources()
DQNCSmmHelpers.h53 CONST IN QNC_SMM_SOURCE_DESC *Src1,
76 CONST IN QNC_SMM_SOURCE_DESC *Src1,
99 CONST IN QNC_SMM_SOURCE_DESC *Src1,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DDevicePath.c258 IN EFI_DEVICE_PATH_PROTOCOL *Src1, in EfiAppendDevicePath() argument
288 if (!Src1) { in EfiAppendDevicePath()
294 ASSERT (!IsDevicePathUnpacked (Src1)); in EfiAppendDevicePath()
295 return EfiDuplicateDevicePath (Src1); in EfiAppendDevicePath()
302 Size1 = EfiDevicePathSize (Src1); in EfiAppendDevicePath()
306 NewDevicePath = EfiLibAllocateCopyPool (Size, Src1); in EfiAppendDevicePath()
322 IN EFI_DEVICE_PATH_PROTOCOL *Src1, in EfiAppendDevicePathNode() argument
367 NewDevicePath = EfiAppendDevicePath (Src1, Temp); in EfiAppendDevicePathNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DRtDevicePath.c355 IN EFI_DEVICE_PATH_PROTOCOL *Src1, in RtEfiAppendDevicePath() argument
385 if (!Src1) { in RtEfiAppendDevicePath()
391 ASSERT (!IsDevicePathUnpacked (Src1)); in RtEfiAppendDevicePath()
392 return RtEfiDuplicateDevicePath (Src1); in RtEfiAppendDevicePath()
399 Size1 = RtEfiDevicePathSize (Src1); in RtEfiAppendDevicePath()
403 NewDevicePath = InternalAllocateCopyPool (Size, Src1); in RtEfiAppendDevicePath()
419 IN EFI_DEVICE_PATH_PROTOCOL *Src1, in RtEfiAppendDevicePathNode() argument
464 NewDevicePath = RtEfiAppendDevicePath (Src1, Temp); in RtEfiAppendDevicePathNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DRtDevicePath.h99 IN EFI_DEVICE_PATH_PROTOCOL *Src1,
163 IN EFI_DEVICE_PATH_PROTOCOL *Src1,
DEfiDriverLib.h429 IN EFI_DEVICE_PATH_PROTOCOL *Src1,
493 IN EFI_DEVICE_PATH_PROTOCOL *Src1,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathUtilities/
DDevicePathUtilities.h73 IN CONST EFI_DEVICE_PATH_PROTOCOL *Src1,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePathUtilities.h74 IN CONST EFI_DEVICE_PATH_PROTOCOL *Src1,