Searched refs:raidType (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.h249 @param raidType Get valid types from AppleRAIDGetSetDescriptions().
253 CFMutableDictionaryRef AppleRAIDCreateSet(CFStringRef raidType, CFStringRef setName);
H A DAppleRAIDUserLib.c846 // XXX this should really be read out of a file based on raidType
875 AppleRAIDCreateSet(CFStringRef raidType, CFStringRef setName) argument
900 CFDictionaryReplaceValue(setProps, CFSTR(kAppleRAIDLevelNameKey), raidType);
904 // AppleRAIDDefaultSetPropForKey(raidType, key);
907 if (CFEqual(raidType, CFSTR("Stripe"))) {
910 if (CFEqual(raidType, CFSTR("Concat"))) {
915 if (CFEqual(raidType, CFSTR("Mirror"))) {
920 if (CFEqual(raidType, CFSTR("LVG"))) {
935 // AppleRAIDDefaultSetPropForKey(raidType, key);
1493 CFStringRef raidType
1706 CFStringRef raidType = (CFStringRef)CFDictionaryGetValue(setProps, CFSTR(kAppleRAIDLevelNameKey)); local
[all...]

Completed in 154 milliseconds