Searched refs:fError (Results 1 - 25 of 51) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCReply.cpp23 fError(B_OK),
31 fError = B_BAD_VALUE;
45 fError = B_DEVICE_NOT_FOUND;
48 fError = B_MISMATCHED_VALUES;
51 fError = B_ERROR;
54 fError = B_BAD_VALUE;
59 fError = B_DEVICE_NOT_FOUND;
62 fError = B_PERMISSION_DENIED;
H A DRPCReply.h30 status_t fError; member in class:RPC::Reply
46 return fError;
H A DRPCCallbackRequest.cpp25 fError(B_BAD_VALUE),
66 fError = B_OK;
69 fError = B_OK;
H A DRPCCallbackRequest.h39 status_t fError; member in class:RPC::CallbackRequest
71 return fError;
H A DRequest.cpp78 if (rpc->fError != B_OK) {
80 result = rpc->fError;
140 if (rpc->fError != B_OK) {
142 result = rpc->fError;
/haiku/headers/private/storage/
H A DException.h18 : fError(B_OK),
25 : fError(B_OK),
32 : fError(B_OK),
43 : fError(error),
50 : fError(error),
57 : fError(error),
68 : fError(exception.fError),
81 fError = error;
96 return fError;
106 status_t fError; member in class:BPrivate::Storage::Exception
[all...]
/haiku/src/tools/restest/
H A DException.h15 : fError(B_OK),
22 : fError(B_OK),
29 : fError(B_OK),
40 : fError(error),
47 : fError(error),
54 : fError(error),
65 : fError(exception.fError),
78 fError = error;
93 return fError;
103 status_t fError; member in class:Exception
[all...]
/haiku/src/add-ons/translators/raw/
H A DReadHelper.h70 fError(B_OK),
78 fError = fStream.Read((void *)&data, sizeof(T));
79 if (fError >= B_OK) {
85 if (fError == 0)
86 fError = B_ERROR;
87 throw fError;
93 fError = fStream.Read((void *)data, length);
94 if (fError < (ssize_t)length)
95 fError = B_ERROR;
97 if (fError >
191 status_t fError; member in class:TReadHelper
[all...]
/haiku/src/kits/package/
H A DFetchFileJob.cpp44 fError(B_ERROR),
122 if (fError != B_IO_ERROR && fError != B_DEV_TIMEOUT && fError != B_OK) {
128 } while (fError == B_IO_ERROR || fError == B_DEV_TIMEOUT);
130 if (fError == B_OK) {
138 return fError;
158 fError = request->Status();
170 fError
[all...]
H A DPackageInfoStringBuilder.h22 fError(B_OK),
29 return fError;
34 if (fError != B_OK) {
36 return fError;
96 if (fError != B_OK)
100 fError = B_BAD_VALUE;
202 if (fError == B_OK)
203 fError = B_NO_MEMORY;
308 if (fError == B_OK) {
311 fError
317 status_t fError; member in struct:BPackageKit::BPackageInfo::StringBuilder
[all...]
H A DCommitTransactionResult.cpp249 fError(B_TRANSACTION_INTERNAL_ERROR),
264 fError(error),
280 fError(B_TRANSACTION_INTERNAL_ERROR),
302 fError = B_TRANSACTION_INTERNAL_ERROR;
345 return fError > 0 ? (BTransactionError)fError : B_TRANSACTION_OK;
352 fError = error;
387 if (fError == 0)
391 switch ((BTransactionError)fError) {
585 if ((error = message.AddInt32("error", (int32)fError)) !
[all...]
/haiku/src/tests/kits/shared/
H A DChecksumJsonEventListener.cpp14 fError(B_OK),
28 if (fCompleted || B_OK != fError)
56 fError = status;
77 return fError;
H A DChecksumJsonEventListener.h36 status_t fError; member in class:ChecksumJsonEventListener
/haiku/headers/private/app/
H A DMessageUtils.h50 fError(B_OK),
57 fError(B_OK),
65 fError = fStream->Read((void *)&data, sizeof(T));
66 if (fError > B_OK) {
72 if (fError == 0)
73 fError = B_ERROR;
74 throw fError;
80 fError = fStream->Read((void *)data, len);
81 if (fError >= B_OK)
84 throw fError;
94 status_t fError; member in class:TReadHelper
[all...]
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.h35 bool fError; member in class:LprTransport
42 return fError;
H A DLprTransport.cpp36 fError = false;
55 fError = true;
77 fError = true;
83 if (!fError)
149 fError = true;
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestAllocator.cpp21 fError(B_NO_INIT),
46 fError = fPort->InitCheck();
49 return fError;
71 fError = B_NO_INIT;
82 return fError;
89 if (fError != B_OK)
110 if (fError != B_OK)
111 RETURN_ERROR(fError);
117 RETURN_ERROR(fError = B_BAD_VALUE);
131 if (fError !
[all...]
/haiku/src/kits/package/manager/
H A DExceptions.cpp43 fError(B_OK),
54 fError(B_OK),
70 fError(error),
86 fError(B_OK),
/haiku/src/kits/support/
H A DArchivingManagers.cpp89 fError(B_OK)
163 if (fError == B_OK)
164 fError = err;
166 if (archiver == fCreator && fError == B_OK) {
185 fError = pair.second->AllArchived(pair.first);
187 if (fError == B_OK && i > 0) {
188 fError = fTopLevelArchive->AddMessage(kArchivableField,
192 if (fError != B_OK) {
200 status_t result = fError;
253 fError(B_O
[all...]
/haiku/headers/private/package/manager/
H A DExceptions.h50 { return fError; }
59 status_t fError; member in class:BPackageKit::BManager::BPrivate::BFatalErrorException
/haiku/src/servers/package/
H A DException.cpp15 fError(error),
76 result.SetError(fError);
H A DException.h23 { return fError; }
52 BTransactionError fError; member in class:Exception
/haiku/headers/private/interface/
H A DZombieReplicantView.h57 status_t fError; member in class:_BZombieReplicantView_
/haiku/src/kits/debug/
H A DSymbolLookup.h32 : fError(error)
37 : fError(other.fError)
41 status_t Error() const { return fError; }
44 status_t fError; member in class:BPrivate::Debug::Exception
/haiku/src/kits/shared/
H A DRegExp.cpp45 fError = REG_EBRACK;
54 fError = REG_EBRACK;
89 fError = REG_EESCAPE;
122 fError = regcomp(&fCompiledExpression, pattern, flags);
127 if (fError == 0)
133 return fError == 0;
142 int fError; member in struct:RegExp::Data

Completed in 168 milliseconds

123