Searched refs:AppleRAIDStripeSet (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDStripeSet.cpp26 OSDefineMetaClassAndStructors(AppleRAIDStripeSet, AppleRAIDSet);
28 AppleRAIDSet * AppleRAIDStripeSet::createRAIDSet(AppleRAIDMember * firstMember)
30 AppleRAIDStripeSet *raidSet = new AppleRAIDStripeSet;
32 IOLog1("AppleRAIDStripeSet::createRAIDSet(%p) called, new set = %p *********\n", firstMember, raidSet);
49 bool AppleRAIDStripeSet::init()
51 IOLog1("AppleRAIDStripeSet::init() called\n");
62 void AppleRAIDStripeSet::free(void)
71 bool AppleRAIDStripeSet::addSpare(AppleRAIDMember * member)
80 bool AppleRAIDStripeSet
[all...]
H A DAppleRAIDStripeSet.h31 class AppleRAIDStripeSet : public AppleRAIDSet class in inherits:AppleRAIDSet
33 OSDeclareDefaultStructors(AppleRAIDStripeSet);
H A DAppleRAID.cpp207 set = AppleRAIDStripeSet::createRAIDSet(member);

Completed in 306 milliseconds