Searched refs:REPORT_ERROR (Results 1 - 25 of 31) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixDebug.h24 # define REPORT_ERROR(error) PRINT_ERROR(error) macro
32 # define REPORT_ERROR(error) \ macro
48 # define REPORT_ERROR(error) macro
/haiku-fatelf/src/servers/registrar/
H A DDebug.h29 // REPORT_ERROR(status_t)
32 // calls REPORT_ERROR() and return the value
39 #define REPORT_ERROR(status) \ macro
46 REPORT_ERROR(_status); \
53 REPORT_ERROR(_status); \
66 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h43 // REPORT_ERROR(status_t)
46 // calls REPORT_ERROR() and return the value
52 #define REPORT_ERROR(status) \
54 #define RETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) REPORT_ERROR(_status); return _status;}
67 #define REPORT_ERROR(status) \ macro
69 #define RETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) REPORT_ERROR(_status); return _status;}
H A DQuery.cpp1071 REPORT_ERROR(status);
1114 REPORT_ERROR(status);
H A DBPlusTree.cpp314 REPORT_ERROR(B_BAD_VALUE);
359 REPORT_ERROR(B_BAD_VALUE);
374 REPORT_ERROR(B_BAD_VALUE);
427 REPORT_ERROR(B_IO_ERROR);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h47 // REPORT_ERROR(status_t)
50 // calls REPORT_ERROR() and return the value
60 #define REPORT_ERROR(status) __out("udf: %s:%s:%ld: %s\n", __FILE__, __FUNCTION__, __LINE__, strerror(status)); macro
61 #define RETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) REPORT_ERROR(_status); return _status;}
72 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/
H A DDebug.h46 // REPORT_ERROR(status_t)
49 // calls REPORT_ERROR() and return the value
59 #define REPORT_ERROR(status) __out("bfs@%ld: %s:%s:%d: %s\n", find_thread(NULL), __FILE__, __FUNCTION__, __LINE__, strerror(status)); macro
60 #define RETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) REPORT_ERROR(_status); return _status;}
71 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DDebug.h52 // REPORT_ERROR(status_t)
55 // calls REPORT_ERROR() and return the value
61 #define REPORT_ERROR(status) \ macro
63 #define RETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) REPORT_ERROR(_status); return _status;}
74 #define REPORT_ERROR(status) ; macro
H A DQuery.cpp1044 REPORT_ERROR(status);
1085 REPORT_ERROR(status);
H A DBPlusTree.cpp77 REPORT_ERROR(B_BAD_VALUE);
112 REPORT_ERROR(B_BAD_VALUE);
143 REPORT_ERROR(B_IO_ERROR);
H A DInode.cpp1860 REPORT_ERROR(status);
1969 REPORT_ERROR(status);
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h182 #define REPORT_ERROR(error) { \ macro
189 REPORT_ERROR(_status); \
196 REPORT_ERROR(_status); \
224 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h175 #define REPORT_ERROR(error) { \ macro
182 REPORT_ERROR(_status); \
189 REPORT_ERROR(_status); \
216 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfDebug.h182 #define REPORT_ERROR(error) { \ macro
189 REPORT_ERROR(_status); \
196 REPORT_ERROR(_status); \
224 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDebug.h71 // REPORT_ERROR(status_t)
74 // calls REPORT_ERROR() and return the value
95 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
106 #define REPORT_ERROR(status) ; macro
H A DVolume.cpp137 REPORT_ERROR(error);
142 REPORT_ERROR(error);
152 REPORT_ERROR(error);
155 REPORT_ERROR(error);
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDebug.h82 // REPORT_ERROR(status_t)
85 // calls REPORT_ERROR() and return the value
108 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
122 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h91 // REPORT_ERROR(status_t)
94 // calls REPORT_ERROR() and return the value
147 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
161 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h91 // REPORT_ERROR(status_t)
94 // calls REPORT_ERROR() and return the value
147 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
161 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDebugSupport.h91 // REPORT_ERROR(status_t)
94 // calls REPORT_ERROR() and return the value
147 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
161 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DDebug.h89 // REPORT_ERROR(status_t)
92 // calls REPORT_ERROR() and return the value
115 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
128 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDebug.h82 // REPORT_ERROR(status_t)
85 // calls REPORT_ERROR() and return the value
108 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
122 #define REPORT_ERROR(status) ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp158 REPORT_ERROR(error);
163 REPORT_ERROR(error);
173 REPORT_ERROR(error);
178 REPORT_ERROR(error);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dfile_cache.cpp46 REPORT_ERROR(error);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dkernel_interface.cpp310 REPORT_ERROR(error);
1655 REPORT_ERROR(error);
1660 REPORT_ERROR(error);

Completed in 462 milliseconds

12