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

/haiku/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/headers/private/userlandfs/shared/
H A DDebug.h105 #define TREPORT_ERROR(status) DEBUG_CONTEXT_LINE( __out("%s\n", strerror(status)) ) macro
106 #define TRETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); return _status;}
107 #define TSET_ERROR(var, err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); var = _status; }
114 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h126 #define TREPORT_ERROR(status) \ macro
132 TREPORT_ERROR(_status); \
139 TREPORT_ERROR(_status); \
148 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku/headers/private/file_systems/
H A DDebugSupport.h136 #define TREPORT_ERROR(status) \ macro
142 TREPORT_ERROR(_status); \
149 TREPORT_ERROR(_status); \
158 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku/src/servers/package/
H A DDebugSupport.h130 #define TREPORT_ERROR(status) \ macro
136 TREPORT_ERROR(_status); \
143 TREPORT_ERROR(_status); \
152 #define REPORT_ERROR(status) TREPORT_ERROR(status)
/haiku/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)

Completed in 94 milliseconds