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

/haiku/src/tests/system/network/
H A Dunix_dgram_test.cpp19 #define REPORT_ERROR(msg, ...) \ macro
34 REPORT_ERROR("socket() failed: %s\n", strerror(errno));
43 REPORT_ERROR("bind() failed: %s\n", strerror(errno));
49 REPORT_ERROR("socket() failed: %s\n", strerror(errno));
58 REPORT_ERROR("bind() failed: %s\n", strerror(errno));
65 REPORT_ERROR("fcntl() failed: %s\n", strerror(errno));
70 REPORT_ERROR("fcntl() failed: %s\n", strerror(errno));
75 REPORT_ERROR("fcntl() failed: %s\n", strerror(errno));
81 REPORT_ERROR("connect() failed: %s\n", strerror(errno));
88 REPORT_ERROR("connec
[all...]
/haiku/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/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/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h48 // REPORT_ERROR(status_t)
51 // calls REPORT_ERROR() and return the value
61 #define REPORT_ERROR(status) __out("udf: %s:%s:%ld: %s\n", __FILE__, __FUNCTION__, __LINE__, strerror(status)); macro
62 #define RETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) REPORT_ERROR(_status); return _status;}
73 #define REPORT_ERROR(status) ; macro
/haiku/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) \ macro
54 #define RETURN_ERROR(err) { status_t _status = err; if (_status < B_OK) REPORT_ERROR(_status); return _status;}
67 #define REPORT_ERROR(status) \ macro
H A DQuery.cpp615 REPORT_ERROR(status);
658 REPORT_ERROR(status);
H A DBPlusTree.cpp336 REPORT_ERROR(B_BAD_VALUE);
383 REPORT_ERROR(B_BAD_VALUE);
399 REPORT_ERROR(B_BAD_VALUE);
473 REPORT_ERROR(B_IO_ERROR);
H A DInode.cpp2541 REPORT_ERROR(status);
2662 REPORT_ERROR(status);
H A Dkernel_interface.cpp621 REPORT_ERROR(status);
/haiku/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/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h180 #define REPORT_ERROR(error) { \ macro
188 REPORT_ERROR(_status); \
195 REPORT_ERROR(_status); \
224 #define REPORT_ERROR(status) ; macro
/haiku/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/headers/private/userlandfs/shared/
H A DDebug.h82 // REPORT_ERROR(status_t)
85 // calls REPORT_ERROR() and return the value
114 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
128 #define REPORT_ERROR(status) ; macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h91 // REPORT_ERROR(status_t)
94 // calls REPORT_ERROR() and return the value
148 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
162 #define REPORT_ERROR(status) ; macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h100 // REPORT_ERROR(status_t)
103 // calls REPORT_ERROR() and return the value
158 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
168 #define REPORT_ERROR(status) ; macro
/haiku/src/servers/package/
H A DDebugSupport.h95 // REPORT_ERROR(status_t)
98 // calls REPORT_ERROR() and return the value
152 #define REPORT_ERROR(status) TREPORT_ERROR(status) macro
166 #define REPORT_ERROR(status) ; macro
/haiku/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/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/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dfile_cache.cpp47 REPORT_ERROR(error);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp28 #define REPORT_ERROR(status) \ macro
31 { status_t _status = err; if (_status < B_OK) REPORT_ERROR(_status); return _status;}

Completed in 103 milliseconds