Searched refs:IsDevicePathUnpacked (Results 1 – 2 of 2) sorted by relevance
145 ASSERT (!IsDevicePathUnpacked (Src2)); in AppendDevicePath()150 ASSERT (!IsDevicePathUnpacked (Src1)); in AppendDevicePath()
60 #define IsDevicePathUnpacked(a) ( (a)->Type & EFI_DP_TYPE_UNPACKED ) macro