Searched refs:isRAIDSet (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp64 IOLog1("AppleRAIDMember::init(%p) isSet = %s\n", this, isRAIDSet() ? "yes":"no");
119 IOLog1("AppleRAIDMember::start(%p) isSet = %s\n", this, isRAIDSet() ? "yes":"no");
121 if (!isRAIDSet()) {
149 if (isRAIDSet()) IOLog1("AppleRAIDMember::start(%p) this set is part of stacked raid.\n", this);
160 IOLog1("AppleRAIDMember::requestTerminate(%p) isSet = %s\n", this, isRAIDSet() ? "yes":"no");
168 if (isRAIDSet()) {
183 IOLog1("AppleRAIDMember::stop(%p) isMember = %s isSet = %s\n", this, isRAIDMember() ? "yes":"no", isRAIDSet() ? "yes":"no");
191 if (!isRAIDSet()) {
333 if (!isRAIDSet()) {
467 if (isRAIDSet()) retur
858 bool AppleRAIDMember::isRAIDSet(void) function in class:AppleRAIDMember
[all...]
H A DAppleRAIDSet.cpp817 if (arMembers[i]->isRAIDSet()) {
831 if (spare->isRAIDSet()) {
885 if (member->isRAIDSet()) {
891 if (arMembers[i]->isRAIDSet()) {
906 if (spare->isRAIDSet()) {
964 if (spare->isRAIDSet()) {
1080 if (arMembers[cnt]->isRAIDSet() && (rc2 = arMembers[cnt]->AppleRAIDMember::writeRAIDHeader()) != kIOReturnSuccess) {
1291 bool AppleRAIDSet::isRAIDSet(void) function in class:AppleRAIDSet
H A DAppleRAIDMember.h197 virtual bool isRAIDSet(void);
H A DAppleRAIDSet.h137 virtual bool isRAIDSet(void);

Completed in 130 milliseconds