Searched refs:fInitStatus (Results 26 - 50 of 189) sorted by path

12345678

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockerPool.h28 status_t fInitStatus; member in class:BlockerPool
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DAbstractConnection.cpp13 fInitStatus(B_NO_INIT),
49 fInitStatus = B_OK;
53 return (fInitStatus = fUpStreamChannelSemaphore);
54 return fInitStatus;
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/nfs4/
H A DIdMap.cpp27 fInitStatus = _Repair();
H A DIdMap.h39 status_t fInitStatus; member in class:IdMap
51 return fInitStatus;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h148 status_t fInitStatus; member in class:Icb
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 DMetadataPartition.h45 status_t fInitStatus; member in class:MetadataPartition
H A DSparablePartition.cpp20 fInitStatus(B_NO_INIT)
33 fInitStatus = B_OK;
76 return fInitStatus;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp76 kprintf(" status : %" B_PRIx32 "\n", port->fPort.fInitStatus);
/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/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/kernel/network/ppp/modem/
H A DModemDevice.cpp196 fInitStatus = B_ERROR;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.cpp15 fInitStatus(B_OK)
26 fInitStatus = B_ERROR;
40 fInitStatus = B_ERROR;
55 fInitStatus = B_OK;
H A DDiscoveryPacket.h51 { return fInitStatus; }
77 status_t fInitStatus; member in class:DiscoveryPacket
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCPExtension.cpp18 If an error occurs in the constructor you should set \c fInitStatus.
27 : fInitStatus(B_OK),
49 //! Returns \c fInitStatus. May be overridden to return status-dependend errors.
53 return fInitStatus;
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;
H A DKPPPOptionHandler.cpp19 If an error occurs in the constructor you should set \c fInitStatus.
29 fInitStatus(B_OK),
51 //! Returns \c fInitStatus. May be overridden to return status-dependend errors.
55 return fInitStatus;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCPExtension.h60 status_t fInitStatus; member in class:KPPPLCPExtension
H A DKPPPLayer.h65 status_t fInitStatus; member in class:KPPPLayer
H A DKPPPOptionHandler.h71 status_t fInitStatus; member in class:KPPPOptionHandler
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp521 fInitStatus(B_NO_INIT),
572 fInitStatus = error;
590 return fInitStatus;
H A DDisc.h60 status_t fInitStatus; member in class:Disc
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBCard.h53 status_t fInitStatus; member in class:DVBCard
H A DDVBMediaNode.h54 virtual status_t InitCheck() const { return fInitStatus; }
193 status_t fInitStatus; member in class:DVBMediaNode

Completed in 185 milliseconds

12345678