IsDevicePathEndType
return (BOOLEAN) (IsDevicePathEndType (Node) && DevicePathSubType(Node) == END_ENTIRE_DEVICE_PATH_SUBTYPE);
#define IsDevicePathEnd(a) (IsDevicePathEndType(a) && IsDevicePathEndSubType(a))