Searched refs:fInitStatus (Results 1 - 25 of 189) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DLazyInitializable.cpp7 : fInitStatus(B_NO_INIT),
12 fInitStatus = fInitSemaphore;
17 : fInitStatus(B_NO_INIT),
23 fInitStatus = fInitSemaphore;
25 fInitStatus = B_OK;
46 fInitStatus = FirstTimeInit();
51 return fInitStatus;
58 return fInitStatus;
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputBackend.h13 status_t InitCheck() const { return fInitStatus; };
16 status_t fInitStatus; member in class:PenInputBackend
/haiku/src/kits/locale/
H A DFormat.cpp16 fInitStatus = B_BAD_DATA;
35 fInitStatus(other.fInitStatus)
48 return fInitStatus;
58 fInitStatus = locale.GetFormattingConventions(&conventions);
59 if (fInitStatus != B_OK)
60 return fInitStatus;
62 fInitStatus = locale.GetLanguage(&language);
63 if (fInitStatus != B_OK)
64 return fInitStatus;
[all...]
H A DStringFormat.cpp48 return fInitStatus;
55 if (fInitStatus != B_OK)
56 return fInitStatus;
80 fInitStatus = B_OK;
88 fInitStatus = B_NO_MEMORY;
92 fInitStatus = B_ERROR;
96 return fInitStatus;
H A DTimeUnitFormat.cpp55 fInitStatus = B_BAD_VALUE;
62 fInitStatus = B_NO_MEMORY;
67 fInitStatus = B_ERROR;
80 fInitStatus = B_BAD_VALUE;
87 fInitStatus = B_NO_MEMORY;
92 fInitStatus = B_ERROR;
103 fInitStatus = B_NO_MEMORY;
H A DRelativeDateTimeFormat.cpp61 fInitStatus = B_NO_MEMORY;
67 fInitStatus = B_NO_MEMORY;
72 fInitStatus = B_ERROR;
85 fInitStatus = B_NO_MEMORY;
91 fInitStatus = B_NO_MEMORY;
96 fInitStatus = B_ERROR;
109 fInitStatus = B_NO_MEMORY;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DBlockerPool.cpp18 fInitStatus(B_NO_INIT)
20 fInitStatus = _Init(count);
21 if (fInitStatus != B_OK)
35 return fInitStatus;
42 if (fInitStatus != B_OK)
48 if (fInitStatus != B_OK)
49 return fInitStatus;
63 if (fInitStatus != B_OK)
64 return fInitStatus;
87 fInitStatus
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeJournal.cpp33 fInitStatus = B_BAD_DATA;
45 fInitStatus = B_OK;
57 fInitStatus = B_NO_MEMORY;
59 fInitStatus = revokeManager->Init();
61 if (fInitStatus == B_OK) {
63 fInitStatus = _LoadSuperBlock();
79 if (fInitStatus != B_OK)
81 return fInitStatus;
H A DInodeJournal.h26 status_t fInitStatus; member in class:InodeJournal
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp28 fInitStatus(B_NO_INIT),
39 fInitStatus = B_NO_MEMORY;
45 fInitStatus = fInfo.owner_port;
51 fInitStatus = fInfo.client_port;
56 fInitStatus = B_OK;
66 fInitStatus(B_NO_INIT),
77 fInitStatus = B_NO_MEMORY;
86 fInitStatus = B_OK;
102 if (fInitStatus != B_OK)
104 fInitStatus
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DAddOn.cpp45 fInitStatus = B_NO_INIT;
48 fInitStatus = B_OK;
54 if(fInitStatus == B_OK){
63 if (fInitStatus < B_OK) {
65 return fInitStatus;
74 if (fInitStatus < B_OK)
75 return fInitStatus;
89 if (fInitStatus < B_OK)
90 return fInitStatus;
106 if (fInitStatus < B_O
[all...]
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DAddOn.cpp32 fInitStatus = B_OK;
43 if (fInitStatus < B_OK) {
45 return fInitStatus;
54 if (fInitStatus < B_OK)
55 return fInitStatus;
69 if (fInitStatus < B_OK)
70 return fInitStatus;
86 if (fInitStatus < B_OK)
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DAddOn.cpp35 fInitStatus = B_OK;
46 if (fInitStatus < B_OK) {
48 return fInitStatus;
57 if (fInitStatus < B_OK)
58 return fInitStatus;
72 if (fInitStatus < B_OK)
73 return fInitStatus;
89 if (fInitStatus < B_OK)
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp28 fInitStatus(B_NO_INIT),
39 fInitStatus(other.fInitStatus),
47 fInitStatus = errno;
60 return fInitStatus;
92 return fInitStatus = errno;
194 fInitStatus = _OpenIfNeeded(local.Family(), type);
195 if (fInitStatus != B_OK)
196 return fInitStatus;
202 return fInitStatus
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DMetadataPartition.cpp25 fInitStatus(B_NO_INIT),
33 fInitStatus = B_NO_MEMORY;
35 fInitStatus = B_OK;
42 fInitStatus = B_NO_MEMORY;
79 return fInitStatus;
H A DSparablePartition.cpp20 fInitStatus(B_NO_INIT)
33 fInitStatus = B_OK;
76 return fInitStatus;
/haiku/headers/private/userlandfs/shared/
H A DLazyInitializable.h23 status_t fInitStatus; member in class:UserlandFSUtil::LazyInitializable
/haiku/src/apps/deskbar/
H A DBarMenuTitle.cpp59 fInitStatus(B_NO_INIT)
62 fInitStatus = B_BAD_VALUE;
64 fInitStatus = B_OK;
93 if (fInitStatus != B_OK || menu == NULL)
122 if (fInitStatus != B_OK)
160 if (fInitStatus != B_OK || fBarView == NULL)
161 return fInitStatus;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DAddOn.cpp22 fInitStatus(B_NO_INIT),
37 /* fInitStatus = B_ERROR;
40 fInitStatus = B_OK;
54 if (fInitStatus < B_OK) {
56 return fInitStatus;
70 if (fInitStatus < B_OK)
71 return fInitStatus;
87 PRINT((CH "(%d, ) roster %p is %" B_PRIx32 CT, n, fRoster, fInitStatus));
92 if (fInitStatus < B_OK)
93 return fInitStatus;
[all...]
H A DCamColorSpaceTransform.cpp27 : fInitStatus(B_NO_INIT),
43 return fInitStatus;
/haiku/src/kits/package/
H A DPathFinder.cpp78 fInitStatus = find_package(expression, versionedPackageName);
79 if (fInitStatus != B_OK)
80 return fInitStatus;
86 return fInitStatus = B_NO_MEMORY;
90 return fInitStatus = B_ENTRY_NOT_FOUND;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.h39 status_t fInitStatus; member in class:IdMap
51 return fInitStatus;
/haiku/src/kits/storage/
H A DPathFinder.cpp55 fInitStatus = path.SetTo(&ref);
56 if (fInitStatus != B_OK)
57 return fInitStatus;
70 if (fInitStatus != B_OK)
71 return fInitStatus;
181 fInitStatus = B_NO_MEMORY;
183 fInitStatus = B_OK;
185 return fInitStatus;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLayer.cpp31 If an error occurs in the constructor you should set \c fInitStatus.
34 : fInitStatus(B_OK),
51 //! Returns \c fInitStatus. May be overridden to return status-dependend errors.
55 return fInitStatus;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.h32 status_t fInitStatus; member in class:Chunk

Completed in 119 milliseconds

12345678