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

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp51 if (arSetCommandGate != 0) {
52 arSetWorkLoop->removeEventSource(arSetCommandGate);
53 arSetCommandGate->release();
54 arSetCommandGate = 0;
104 arSetCommandGate = IOCommandGate::commandGate(this);
105 if (arSetCommandGate != 0) {
106 getWorkLoop()->addEventSource(arSetCommandGate);
877 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::unpauseSet));
879 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDSet::pauseSet), (void *)false);
1792 arSetCommandGate
[all...]
H A DAppleRAIDMirrorSet.cpp465 arSetCommandGate->commandWakeup(&arStorageRequestPool, /* oneThread */ false);
504 arSetCommandGate->runAction(getRecoverQMethod, &arFailedRequestQueue, &safeFailedRequestQueue);
531 arSetCommandGate->runAction(arAllocateRequestMethod, &newStorageRequest);
710 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::pauseSet), (void *)false);
724 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::unpauseSet));
795 while (arSetCommandGate->runAction(pauseMethod, (void *)true) == false) {
834 arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::unpauseSet));
880 if (arSetIsPaused) arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, this, &AppleRAIDMirrorSet::unpauseSet));
888 arSetCommandGate->runAction(rebuildCompleteMethod, (void *)success);
H A DAppleRAID.cpp336 if (set) set->arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, set, &AppleRAIDSet::recoverStart));
497 if (parentSet) parentSet->arSetCommandGate->runAction(pauseSetMethod, (void *)false);
501 set->arSetCommandGate->runAction(pauseSetMethod, (void *)false);
511 set->arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, set, &AppleRAIDSet::unpauseSet));
512 if (parentSet) parentSet->arSetCommandGate->runAction(OSMemberFunctionCast(IOCommandGate::Action, parentSet, &AppleRAIDSet::unpauseSet));
H A DAppleRAIDSet.h84 IOCommandGate *arSetCommandGate; member in class:AppleRAIDSet

Completed in 99 milliseconds