Searched refs:RETURN_ERROR (Results 76 - 100 of 143) sorted by relevance

123456

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h93 // RETURN_ERROR(status_t)
148 #define RETURN_ERROR(err) TRETURN_ERROR(err) macro
162 #define RETURN_ERROR(status) return status; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDebugSupport.h93 // RETURN_ERROR(status_t)
148 #define RETURN_ERROR(err) TRETURN_ERROR(err) macro
162 #define RETURN_ERROR(status) return status; macro
H A DAutoPackageAttributes.cpp142 RETURN_ERROR(B_NO_MEMORY);
H A DUnpackingAttributeDirectoryCookie.cpp89 RETURN_ERROR(B_BUFFER_OVERFLOW);
H A DPackageLinkDirectory.cpp72 RETURN_ERROR(error);
214 RETURN_ERROR(error);
264 RETURN_ERROR(error);
H A Dkernel_interface.cpp101 RETURN_ERROR(B_NO_MEMORY);
192 RETURN_ERROR(volume->GetVNode(*_vnid, node));
230 RETURN_ERROR(error);
276 RETURN_ERROR(B_READ_ONLY_DEVICE);
389 RETURN_ERROR(B_NO_MEMORY);
549 RETURN_ERROR(B_NO_MEMORY);
626 RETURN_ERROR(B_BUFFER_OVERFLOW);
687 RETURN_ERROR(error);
792 RETURN_ERROR(cookie->Close());
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h186 #define RETURN_ERROR(error) { \ macro
225 #define RETURN_ERROR(status) return status; macro
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h179 #define RETURN_ERROR(error) { \ macro
217 #define RETURN_ERROR(status) return status; macro
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DDebug.h91 // RETURN_ERROR(status_t)
116 #define RETURN_ERROR(err) TRETURN_ERROR(err) macro
129 #define RETURN_ERROR(status) return status; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfDebug.h186 #define RETURN_ERROR(error) { \ macro
225 #define RETURN_ERROR(status) return status; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDebug.h84 // RETURN_ERROR(status_t)
109 #define RETURN_ERROR(err) TRETURN_ERROR(err) macro
123 #define RETURN_ERROR(status) return status; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp340 RETURN_ERROR(fDevice);
359 RETURN_ERROR(B_ERROR);
361 RETURN_ERROR(B_BAD_VALUE);
508 RETURN_ERROR(status);
725 RETURN_ERROR(B_ERROR);
732 RETURN_ERROR(B_ERROR);
739 RETURN_ERROR(B_ERROR);
745 RETURN_ERROR(status);
H A DAttribute.cpp69 RETURN_ERROR(B_NOT_ALLOWED);
125 RETURN_ERROR(B_NO_MEMORY);
158 RETURN_ERROR(B_NO_MEMORY);
H A DInode.cpp205 RETURN_ERROR(status);
211 RETURN_ERROR(B_NO_MEMORY);
219 RETURN_ERROR(status);
314 RETURN_ERROR(B_BAD_DATA);
421 RETURN_ERROR(B_BAD_DATA);
428 RETURN_ERROR(B_NO_MEMORY);
434 RETURN_ERROR(B_BAD_DATA);
593 RETURN_ERROR(status);
608 RETURN_ERROR(status);
870 RETURN_ERROR(B_BAD_VALU
[all...]
/haiku-fatelf/headers/private/userlandfs/private/
H A DRequestAllocator.h81 RETURN_ERROR(B_BAD_VALUE);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp254 RETURN_ERROR(error);
257 RETURN_ERROR(reply->error);
325 RETURN_ERROR(error);
328 RETURN_ERROR(reply->error);
H A DRootVolume.cpp44 RETURN_ERROR(B_NO_MEMORY);
47 RETURN_ERROR(error);
81 RETURN_ERROR(error);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureConnection.cpp168 RETURN_ERROR(error);
289 RETURN_ERROR(B_TIMED_OUT);
293 RETURN_ERROR(error);
334 RETURN_ERROR(error);
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp22 RETURN_ERROR(fNodes.InitCheck() && fElementArray.InitCheck()
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DServerVolume.cpp252 RETURN_ERROR(error);
255 RETURN_ERROR(reply->error);
323 RETURN_ERROR(error);
326 RETURN_ERROR(reply->error);
H A DRootVolume.cpp42 RETURN_ERROR(B_NO_MEMORY);
45 RETURN_ERROR(error);
79 RETURN_ERROR(error);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DInsecureConnection.cpp166 RETURN_ERROR(error);
287 RETURN_ERROR(B_TIMED_OUT);
291 RETURN_ERROR(error);
332 RETURN_ERROR(error);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNodeTable.cpp22 RETURN_ERROR(fNodes.InitCheck() && fElementArray.InitCheck()
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp242 RETURN_ERROR(B_BAD_VALUE);
270 RETURN_ERROR(B_NO_MEMORY);
279 RETURN_ERROR(B_NO_MEMORY);
285 RETURN_ERROR(error);
293 RETURN_ERROR(error);
330 RETURN_ERROR(fNotificationThread);
334 RETURN_ERROR(error);
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp303 RETURN_ERROR(B_NO_MEMORY);
313 RETURN_ERROR(errno);
320 RETURN_ERROR(B_ERROR);

Completed in 295 milliseconds

123456