Searched refs:AppleRAIDEventSource (Results 1 - 9 of 9) sorted by path

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleLVMGroup.h147 friend class AppleRAIDEventSource; // XXX remove this
H A DAppleLVMStorageRequest.h33 friend class AppleRAIDEventSource; // XXX remove this
H A DAppleRAID.h76 class AppleRAIDEventSource;
85 #include "AppleRAIDEventSource.h"
H A DAppleRAIDEventSource.cpp27 OSDefineMetaClassAndStructors(AppleRAIDEventSource, IOEventSource);
29 AppleRAIDEventSource *AppleRAIDEventSource::withAppleRAIDSet(AppleRAIDSet *appleRAID, Action action)
31 AppleRAIDEventSource *eventSource = new AppleRAIDEventSource;
43 bool AppleRAIDEventSource::initWithAppleRAIDSet(AppleRAIDSet *appleRAID, Action action)
52 void AppleRAIDEventSource::completeRequest(AppleRAIDMemoryDescriptor * memoryDescriptor,
77 void AppleRAIDEventSource::completeRequestLVG(AppleLVMMemoryDescriptor * memoryDescriptor,
102 bool AppleRAIDEventSource::checkForWork(void)
116 IOStorageCompletionAction AppleRAIDEventSource
[all...]
H A DAppleRAIDEventSource.h28 class AppleRAIDEventSource : public IOEventSource class in inherits:IOEventSource
30 OSDeclareDefaultStructors(AppleRAIDEventSource);
39 static AppleRAIDEventSource * withAppleRAIDSet(AppleRAIDSet *appleRAID, Action action);
H A DAppleRAIDMemoryDescriptor.h32 friend class AppleRAIDEventSource; // XXX remove this
H A DAppleRAIDSet.cpp109 AppleRAIDEventSource::Action completeRequestMethod = OSMemberFunctionCast(AppleRAIDEventSource::Action, this, &AppleRAIDSet::completeRAIDRequest);
110 arSetEventSource = AppleRAIDEventSource::withAppleRAIDSet(this, completeRequestMethod);
H A DAppleRAIDSet.h85 AppleRAIDEventSource *arSetEventSource;
H A DAppleRAIDStorageRequest.h35 friend class AppleRAIDEventSource; // XXX remove this
43 AppleRAIDEventSource *srEventSource;

Completed in 226 milliseconds