Searched refs:fInitStatus (Results 101 - 125 of 189) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp113 if (fInitStatus == B_OK && (!fNodes || !fIterators))
114 fInitStatus = B_NO_MEMORY;
115 if (fInitStatus == B_OK) {
116 fInitStatus = fVolume->AddNodeListener(this,
H A DNameIndex.cpp105 if (fInitStatus == B_OK && !fEntries)
106 fInitStatus = B_NO_MEMORY;
107 if (fInitStatus == B_OK) {
108 fInitStatus = fVolume->AddEntryListener(this,
/haiku/src/kits/game/
H A DDirectWindow.cpp564 fInitStatus = 0;
583 fInitStatus |= DW_STATUS_SEM_CREATED;
594 fInitStatus |= DW_STATUS_AREA_CLONED;
602 fInitStatus |= DW_STATUS_THREAD_STARTED;
621 if (fInitStatus & DW_STATUS_THREAD_STARTED) {
631 if (fInitStatus & DW_STATUS_SEM_CREATED)
635 if (fInitStatus & DW_STATUS_AREA_CLONED)
/haiku/src/kits/network/libnetapi/
H A DSecureSocket.cpp365 fInitStatus = fPrivate != NULL ? fPrivate->InitCheck() : B_NO_MEMORY;
373 fInitStatus = fPrivate != NULL ? fPrivate->InitCheck() : B_NO_MEMORY;
389 fInitStatus = B_NO_MEMORY;
457 if (fInitStatus != B_OK)
458 return fInitStatus;
639 fInitStatus = B_UNSUPPORTED;
673 return fInitStatus = B_UNSUPPORTED;
H A DSocket.cpp116 fInitStatus = B_OK;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.cpp40 fInitStatus = fDirectory->FindBlock(offset, fBlockNum);
42 if (fInitStatus == B_OK) {
69 fInitStatus = B_OK;
82 if (fInitStatus != B_OK)
83 return fInitStatus;
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.h37 virtual status_t InitCheck() const { return fInitStatus; }
131 status_t fInitStatus; member in class:FireWireDVNode
H A DFireWireCard.cpp117 : fInitStatus(B_OK),
127 fInitStatus = B_ERROR;
143 return fInitStatus;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5130d1b.cpp49 fInitStatus = B_OK;
52 fInitStatus = ENODEV;
H A Dtas5110c1b.cpp47 fInitStatus = B_OK;
50 fInitStatus = ENODEV;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.h35 { return fInitStatus; }
108 status_t fInitStatus; member in class:VideoProducer
/haiku/src/kits/support/
H A DJobQueue.cpp62 fInitStatus = _Init();
76 return fInitStatus;
/haiku/headers/private/interface/
H A DDecorInfo.h81 status_t fInitStatus; member in class:BPrivate::DecorInfo
/haiku/headers/os/storage/
H A DPathFinder.h81 status_t fInitStatus; member in class:BPathFinder
/haiku/headers/os/support/
H A DJob.h86 status_t fInitStatus; member in class:BSupportKit::BJob
/haiku/headers/os/app/
H A DNotification.h86 status_t fInitStatus; member in class:BNotification
/haiku/src/apps/remotedesktop/
H A DRemoteView.h64 status_t fInitStatus; member in class:RemoteView
/haiku/src/kits/app/
H A DNotification.cpp31 fInitStatus(B_OK),
61 fInitStatus(B_OK),
78 fInitStatus = B_ERROR;
146 return fInitStatus;
/haiku/headers/os/package/
H A DRepositoryInfo.h78 status_t fInitStatus; member in class:BPackageKit::BRepositoryInfo
/haiku/headers/private/media/
H A DMediaExtractor.h85 status_t fInitStatus; member in class:BPrivate::media::MediaExtractor
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.h84 status_t fInitStatus; member in class:UserlandFS::FUSEFileSystem
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp74 return fInitStatus;
81 fInitStatus = B_NO_INIT;
128 return (fInitStatus == B_OK);
299 fInitStatus = B_OK;
/haiku/src/kits/media/
H A DMediaExtractor.cpp76 fInitStatus = fExtractorWaitSem;
81 fInitStatus = gPluginManager.CreateReader(&fReader, &fStreamCount,
83 if (fInitStatus != B_OK)
134 fInitStatus = B_NO_MEMORY;
176 return fInitStatus;
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp465 fInitStatus(B_OK),
472 fInitStatus = B_NO_MEMORY;
481 fInitStatus = vm_wire_page(B_CURRENT_TEAM, (addr_t)mutex, true,
483 if (fInitStatus != B_OK)
491 if (fInitStatus != B_OK)
499 { return fInitStatus; }
511 status_t fInitStatus;
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h107 status_t fInitStatus; member in class:RunQueue
237 fInitStatus(B_OK),
249 return fInitStatus;

Completed in 144 milliseconds

12345678