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

123

/haiku/headers/os/interface/
H A DPrintJob.h102 status_t fError; member in class:BPrintJob
/haiku/headers/private/interface/
H A DZombieReplicantView.h57 status_t fError; member in class:_BZombieReplicantView_
/haiku/headers/private/package/manager/
H A DExceptions.h50 { return fError; }
59 status_t fError; member in class:BPackageKit::BManager::BPrivate::BFatalErrorException
/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/headers/private/userlandfs/private/
H A DRequestAllocator.h60 status_t fError; member in class:UserlandFSUtil::RequestAllocator
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.h198 bool fError; member in class:ClientConnection
/haiku/src/add-ons/kernel/file_systems/nfs4/
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 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 DRPCServer.cpp159 req->fError = B_OK;
203 request->fError = B_FILE_ERROR;
H A DRPCServer.h29 status_t fError; member in struct:RPC::Request
H A DRequest.cpp78 if (rpc->fError != B_OK) {
80 result = rpc->fError;
140 if (rpc->fError != B_OK) {
142 result = rpc->fError;
H A DXDR.cpp172 fError(B_OK)
180 fError(x.fError)
199 fError = B_OK;
208 fError = B_BAD_VALUE;
328 fError = B_NO_MEMORY;
H A DXDR.h93 status_t fError; member in class:XDR::WriteStream
158 return fError;
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp36 fError = false;
55 fError = true;
77 fError = true;
83 if (!fError)
149 fError = true;
H A DLprTransport.h35 bool fError; member in class:LprTransport
42 return fError;
/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/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/interface/
H A DPrintJob.cpp159 fError(B_NO_INIT),
216 fError = B_OK;
224 fError = B_ERROR;
286 fError = B_OK;
331 fError = B_ERROR;
387 return fError == B_OK && !fAbort;
H A DZombieReplicantView.cpp35 fError(error)
68 error.ReplaceFirst("%error", strerror(fError));
/haiku/src/kits/package/
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...]
/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/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
/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...]

Completed in 159 milliseconds

123