Home
last modified time | relevance | path

Searched refs:IsDevicePathUnpacked (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DDevicePath.c289 ASSERT (!IsDevicePathUnpacked (Src2)); in EfiAppendDevicePath()
294 ASSERT (!IsDevicePathUnpacked (Src1)); in EfiAppendDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DRtDevicePath.c386 ASSERT (!IsDevicePathUnpacked (Src2)); in RtEfiAppendDevicePath()
391 ASSERT (!IsDevicePathUnpacked (Src1)); in RtEfiAppendDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h50 #define IsDevicePathUnpacked(a) ( (a)->Type & EFI_DP_TYPE_UNPACKED ) macro