Searched refs:startSet (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDConcatSet.h52 virtual bool startSet(void);
H A DAppleRAIDStripeSet.h43 virtual bool startSet(void);
H A DAppleRAIDStripeSet.cpp93 bool AppleRAIDStripeSet::startSet(void) function in class:AppleRAIDStripeSet
95 if (super::startSet() == false) return false;
H A DAppleRAIDMirrorSet.h72 virtual bool startSet(void);
H A DAppleRAID.h112 void startSet(AppleRAIDSet * set);
H A DAppleRAIDConcatSet.cpp143 bool AppleRAIDConcatSet::startSet(void) function in class:AppleRAIDConcatSet
145 if (super::startSet() == false) return false;
H A DAppleLVMGroup.h94 virtual bool startSet(void);
H A DAppleRAID.cpp248 startSet(set);
343 void AppleRAID::startSet(AppleRAIDSet * set) function in class:AppleRAID
345 IOLog1("AppleRAID::startSet(%p) entered.\n", set);
352 if (set->startSet()) {
354 IOLog1("AppleRAID::startSet: the set %p is started.\n", set);
382 if (set->startSet()) {
411 (void)set->startSet();
469 startSet(set); // rescan raid headers (stacked sets)
H A DAppleRAIDSet.h116 virtual bool startSet(void);
H A DAppleRAIDMirrorSet.cpp207 bool AppleRAIDMirrorSet::startSet(void) function in class:AppleRAIDMirrorSet
209 IOLog1("AppleRAIDMirrorSet::startSet() - parallel read request max %lld bytes.\n", getSmallestMaxByteCount());
212 if (super::startSet() == false) return false;
H A DAppleLVMGroup.cpp203 bool AppleLVMGroup::startSet(void) function in class:AppleLVMGroup
205 if (super::startSet() == false) return false;
234 IOLog("AppleLVMGroup::startSet: updating primary meta data for LVG \"%s\" (%s)\n", getSetNameString(), getUUIDString());
H A DAppleRAIDSet.cpp585 bool AppleRAIDSet::startSet(void) function in class:AppleRAIDSet
587 IOLog1("AppleRAIDSet::startSet %p called with %u of %u members (%u spares).\n",
592 IOLog1("AppleRAIDSet::startSet: the set \"%s\" is terminating or broken (%d).\n", getSetNameString(), (int)getSetState());
600 IOLog1("AppleRAIDSet::startSet %p was unsuccessful.\n", this);
667 IOLog1("AppleRAIDSet::startSet %p was successful.\n", this);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DSerializedScriptValue.cpp619 bool startSet(JSSet* set) function in class:WebCore::CryptoKeyClassSubtag::CryptoKeyAsymmetricTypeSubtag::CryptoKeyUsageTag::CloneSerializer
1364 if (!startSet(inSet))

Completed in 97 milliseconds