Symbol: REPORT_ERROR
headers/private/file_systems/DebugSupport.h
158
#define REPORT_ERROR(status) TREPORT_ERROR(status)
headers/private/file_systems/DebugSupport.h
168
#define REPORT_ERROR(status) ;
headers/private/userlandfs/shared/Debug.h
114
#define REPORT_ERROR(status) TREPORT_ERROR(status)
headers/private/userlandfs/shared/Debug.h
128
#define REPORT_ERROR(status) ;
src/add-ons/kernel/file_systems/bfs/Debug.h
52
#define REPORT_ERROR(status) \
src/add-ons/kernel/file_systems/bfs/Debug.h
67
#define REPORT_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/bindfs/DebugSupport.h
162
#define REPORT_ERROR(status) ;
src/add-ons/kernel/file_systems/btrfs/kernel_interface.cpp
28
#define REPORT_ERROR(status) \
src/add-ons/kernel/file_systems/fat/debug.h
65
#define REPORT_ERROR(status) \
src/add-ons/kernel/file_systems/fat/debug.h
97
#define REPORT_ERROR(status) \
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
147
#define REPORT_ERROR(status) TREPORT_ERROR(status)
src/add-ons/kernel/file_systems/netfs/headers/shared/DebugSupport.h
161
#define REPORT_ERROR(status) ;
src/add-ons/kernel/file_systems/udf/UdfDebug.h
180
#define REPORT_ERROR(error) { \
src/add-ons/kernel/file_systems/udf/UdfDebug.h
224
#define REPORT_ERROR(status) ;
src/add-ons/kernel/network/protocols/unix/UnixDebug.h
24
# define REPORT_ERROR(error) PRINT_ERROR(error)
src/add-ons/kernel/network/protocols/unix/UnixDebug.h
32
# define REPORT_ERROR(error) \
src/add-ons/kernel/network/protocols/unix/UnixDebug.h
48
# define REPORT_ERROR(error)
src/add-ons/kernel/partitioning_systems/session/Debug.h
175
#define REPORT_ERROR(error) { \
src/add-ons/kernel/partitioning_systems/session/Debug.h
216
#define REPORT_ERROR(status) ;
src/apps/icon-o-matic/generic/support/Debug.h
115
#define REPORT_ERROR(status) TREPORT_ERROR(status)
src/apps/icon-o-matic/generic/support/Debug.h
128
#define REPORT_ERROR(status) ;
src/servers/package/DebugSupport.h
152
#define REPORT_ERROR(status) TREPORT_ERROR(status)
src/servers/package/DebugSupport.h
166
#define REPORT_ERROR(status) ;
src/servers/registrar/Debug.h
39
#define REPORT_ERROR(status) \
src/servers/registrar/Debug.h
66
#define REPORT_ERROR(status) ;
src/tests/add-ons/kernel/file_systems/udf/udf_shell/Debug.h
61
#define REPORT_ERROR(status) __out("udf: %s:%s:%ld: %s\n", __FILE__, __FUNCTION__, __LINE__, strerror(status));
src/tests/add-ons/kernel/file_systems/udf/udf_shell/Debug.h
73
#define REPORT_ERROR(status) ;
src/tests/system/network/unix_dgram_test.cpp
19
#define REPORT_ERROR(msg, ...) \