DevicePathType
if (DevicePathType (Node) == mUefiDevicePathLibToTextTableGeneric[Index].Type) {
UefiDevicePathLibCatPrint (Str, "Path(%d,%d", DevicePathType (Node), DevicePathSubType (Node));
if (DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type &&
if (DevicePathType (Node) == mUefiDevicePathLibToTextTable[Index].Type &&
switch (DevicePathType (&Vendor->Header)) {
if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
else if (DevicePathType(walker) == MEDIA_DEVICE_PATH &&
DevicePathType(walker) == END_DEVICE_PATH_TYPE)
while (DevicePathType(walker) != MEDIA_DEVICE_PATH &&
DevicePathType(walker) != END_DEVICE_PATH_TYPE) {
if (DevicePathType(walker) != MEDIA_DEVICE_PATH)
return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE);
#define IsDevicePathType(a, t) (DevicePathType(a) == t)
if (DevicePathType(node) == MEDIA_DEVICE_PATH &&
(DevicePathType(img->FilePath) != MEDIA_DEVICE_PATH ||
if (DevicePathType(path) == ACPI_DEVICE_PATH &&
} else if (DevicePathType(path) == MESSAGING_DEVICE_PATH &&