Searched refs:TREPORT_ERROR (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDebug.h86 #define TREPORT_ERROR(status) DEBUG_CONTEXT_LINE( __out("%s\n", strerror(status)) ) macro
87 #define TRETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); return _status;}
88 #define TSET_ERROR(var, err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); var = _status; }
95 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDebug.h99 #define TREPORT_ERROR(status) DEBUG_CONTEXT_LINE( __out("%s\n", strerror(status)) ) macro
100 #define TRETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); return _status;}
101 #define TSET_ERROR(var, err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); var = _status; }
108 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h125 #define TREPORT_ERROR(status) \ macro
131 TREPORT_ERROR(_status); \
138 TREPORT_ERROR(_status); \
147 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h125 #define TREPORT_ERROR(status) \ macro
131 TREPORT_ERROR(_status); \
138 TREPORT_ERROR(_status); \
147 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDebugSupport.h125 #define TREPORT_ERROR(status) \ macro
131 TREPORT_ERROR(_status); \
138 TREPORT_ERROR(_status); \
147 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DDebug.h106 #define TREPORT_ERROR(status) DEBUG_CONTEXT_LINE( __out("%s\n", strerror(status)) ) macro
107 #define TRETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); return _status;}
108 #define TSET_ERROR(var, err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); var = _status; }
115 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDebug.h99 #define TREPORT_ERROR(status) DEBUG_CONTEXT_LINE( __out("%s\n", strerror(status)) ) macro
100 #define TRETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); return _status;}
101 #define TSET_ERROR(var, err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); var = _status; }
108 #define REPORT_ERROR(status) TREPORT_ERROR(status)

Completed in 80 milliseconds