Home
last modified time | relevance | path

Searched refs:EFI_DP_TYPE_UNPACKED (Results 1 – 2 of 2) sorted by relevance

/DragonStub/inc/
H A Defidevp.h36 #define EFI_DP_TYPE_UNPACKED 0x80 macro
58 #define IsDevicePathUnpacked(a) ( (a)->Type & EFI_DP_TYPE_UNPACKED )
/DragonStub/lib/
H A Ddpath.c382 Dest->Type |= EFI_DP_TYPE_UNPACKED; in UnpackDevicePath()