1171c1171
< checkFunctional(PacketPtr other)
---
> trySatisfyFunctional(PacketPtr other)
1175,1178c1175,1178
< return checkFunctional(other, other->getAddr(), other->isSecure(),
< other->getSize(),
< other->hasData() ?
< other->getPtr<uint8_t>() : NULL);
---
> return trySatisfyFunctional(other, other->getAddr(), other->isSecure(),
> other->getSize(),
> other->hasData() ?
> other->getPtr<uint8_t>() : NULL);
1209,1210c1209,1210
< checkFunctional(Printable *obj, Addr base, bool is_secure, int size,
< uint8_t *_data);
---
> trySatisfyFunctional(Printable *obj, Addr base, bool is_secure, int size,
> uint8_t *_data);