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

/macosx-10.10/AppleRAID-4.0.6/
H A Dartest.c937 CFStringRef lvType = 0; local
939 lvType = CFStringCreateWithCString(kCFAllocatorDefault, snapType, kCFStringEncodingUTF8);
941 lvType = CFSTR(kAppleLVMVolumeTypeSnapRO);
943 if (!lvType) exit(1);
956 CFMutableDictionaryRef snapProps = AppleLVMSnapShotVolume(lvProps, lvType, volSize);

Completed in 119 milliseconds