Searched refs:configureForMemoryDescriptor (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMemoryDescriptor.h59 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex) { return false; } function in class:AppleRAIDMemoryDescriptor
60 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor * memoryDescriptor, UInt64 requestStart, UInt64 requestSize, AppleLVMVolume * lv) { return false; } function in class:AppleRAIDMemoryDescriptor
H A DAppleRAIDConcatSet.h73 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex);
H A DAppleRAIDStripeSet.h62 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex);
H A DAppleRAIDMirrorSet.h100 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex);
H A DAppleLVMStorageRequest.cpp93 if (!memoryDescriptor->configureForMemoryDescriptor(buffer, requestStart, requestSize, lv)) {
206 if (!memoryDescriptor->configureForMemoryDescriptor(buffer, requestStart, requestSize, lv)) {
H A DAppleRAIDStorageRequest.cpp149 if (isOnline && memoryDescriptor->configureForMemoryDescriptor(buffer, byteStart, virtIndex)) {
195 if (isOnline && memoryDescriptor->configureForMemoryDescriptor(buffer, byteStart, virtIndex)) {
H A DAppleLVMGroup.h156 virtual bool configureForMemoryDescriptor(IOMemoryDescriptor * memoryDescriptor, UInt64 requestStart, UInt64 requestSize, AppleLVMVolume * lv);
H A DAppleRAIDStripeSet.cpp147 bool AppleRAIDStripeMemoryDescriptor::configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex) function in class:AppleRAIDStripeMemoryDescriptor
H A DAppleRAIDConcatSet.cpp232 bool AppleRAIDConcatMemoryDescriptor::configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex)
H A DAppleRAIDMirrorSet.cpp988 bool AppleRAIDMirrorMemoryDescriptor::configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 byteStart, UInt32 activeIndex) function in class:AppleRAIDMirrorMemoryDescriptor
H A DAppleLVMGroup.cpp418 bool AppleLVMMemoryDescriptor::configureForMemoryDescriptor(IOMemoryDescriptor *memoryDescriptor, UInt64 requestStart, UInt64 requestSize, AppleLVMVolume * lv)

Completed in 80 milliseconds