Searched refs:LPRINT (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h132 #define LPRINT(x) { \ macro
176 LPRINT(("returning error 0x%" B_PRIx32 ", `%s'\n", error, strerror(error))); \
191 LPRINT(("returning B_OK\n")); \
193 LPRINT(("returning 0x%" B_PRIx32 " = %" B_PRId32 "\n", _status, _status)); \
211 #define LPRINT(x) ; macro
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h137 #define LPRINT(x) { \ macro
181 LPRINT(("returning error 0x%" B_PRIx32 ", `%s'\n", error, \
197 LPRINT(("returning B_OK\n")); \
199 LPRINT(("returning 0x%" B_PRIx32 " = %" PRId32 "\n", \
218 #define LPRINT(x) ; macro

Completed in 42 milliseconds