LPRINT
LPRINT(("returning error 0x%" B_PRIx32 ", `%s'\n", error, \
LPRINT(("returning B_OK\n")); \
LPRINT(("returning 0x%" B_PRIx32 " = %" PRId32 "\n", \
LPRINT(("returning error 0x%" B_PRIx32 ", `%s'\n", error, strerror(error))); \
LPRINT(("returning B_OK\n")); \
LPRINT(("returning 0x%" B_PRIx32 " = %" B_PRId32 "\n", _status, _status)); \