Searched refs:EFI_DP_TYPE_UNPACKED (Results 1 – 2 of 2) sorted by relevance
36 #define EFI_DP_TYPE_UNPACKED 0x80 macro58 #define IsDevicePathUnpacked(a) ( (a)->Type & EFI_DP_TYPE_UNPACKED )
382 Dest->Type |= EFI_DP_TYPE_UNPACKED; in UnpackDevicePath()