Symbol: TREPORT_ERROR
headers/private/file_systems/DebugSupport.h
142
TREPORT_ERROR(_status); \
headers/private/file_systems/DebugSupport.h
149
TREPORT_ERROR(_status); \
headers/private/file_systems/DebugSupport.h
158
#define REPORT_ERROR(status) TREPORT_ERROR(status)
headers/private/userlandfs/shared/Debug.h
106
#define TRETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); return _status;}
headers/private/userlandfs/shared/Debug.h
107
#define TSET_ERROR(var, err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); var = _status; }
headers/private/userlandfs/shared/Debug.h
114
#define REPORT_ERROR(status) TREPORT_ERROR(status)
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
132
TREPORT_ERROR(_status); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
139
TREPORT_ERROR(_status); \
src/add-ons/kernel/file_systems/bindfs/DebugSupport.h
148
#define REPORT_ERROR(status) TREPORT_ERROR(status)
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
131
TREPORT_ERROR(_status); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
138
TREPORT_ERROR(_status); \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
147
#define REPORT_ERROR(status) TREPORT_ERROR(status)
src/apps/icon-o-matic/generic/support/Debug.h
107
#define TRETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); return _status;}
src/apps/icon-o-matic/generic/support/Debug.h
108
#define TSET_ERROR(var, err) { status_t _status = err; if (_status < B_OK) TREPORT_ERROR(_status); var = _status; }
src/apps/icon-o-matic/generic/support/Debug.h
115
#define REPORT_ERROR(status) TREPORT_ERROR(status)
src/servers/package/DebugSupport.h
136
TREPORT_ERROR(_status); \
src/servers/package/DebugSupport.h
143
TREPORT_ERROR(_status); \
src/servers/package/DebugSupport.h
152
#define REPORT_ERROR(status) TREPORT_ERROR(status)