Home
last modified time | relevance | path

Searched refs:DevicePathSubType (Results 1 – 4 of 4) sorted by relevance

/DragonStub/lib/
H A Dsread.c120 DevicePathSubType(&FilePathNode->Header) != MEDIA_FILEPATH_DP) { in OpenSimpleReadFile()
H A Ddpath.c87 ASSERT (DevicePathSubType(DevPath) == END_ENTIRE_DEVICE_PATH_SUBTYPE || in DevicePathInstance()
88 DevicePathSubType(DevPath) == END_INSTANCE_DEVICE_PATH_SUBTYPE); in DevicePathInstance()
94 if (DevicePathSubType(DevPath) == END_ENTIRE_DEVICE_PATH_SUBTYPE) { in DevicePathInstance()
1164 DevicePathSubType(DevPathNode) == DevPathTable[Index].SubType) { in DevicePathToStr()
H A Dhand.c211 (DevicePathSubType(DevPath) == MEDIA_HARDDRIVE_DP)) { in LibLocateHandleByDiskSignature()
/DragonStub/inc/
H A Defidevp.h51 #define DevicePathSubType(a) ( (a)->SubType ) macro