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

/macosx-10.10/AppleRAID-4.0.6/
H A Dartest.c672 CFMutableDictionaryRef lvDict = AppleLVMCreateVolume(lvgUUID, volType, volSize, CFSTR(kAppleLVMVolumeLocationFast)); local
673 if (!lvDict) {
680 if (nameCF) AppleLVMModifyVolume(lvDict, CFSTR(kAppleLVMVolumeNameKey), (void *)nameCF);
685 if (hintCF) AppleLVMModifyVolume(lvDict, CFSTR(kAppleLVMVolumeContentHintKey), (void *)hintCF);
688 AppleLVMVolumeRef volRef = AppleLVMUpdateVolume(lvDict);
859 CFMutableDictionaryRef lvDict = AppleLVMGetVolumeProperties(lvUUID); local
860 if (!lvDict) {
867 if (nameCF) AppleLVMModifyVolume(lvDict, CFSTR(kAppleLVMVolumeNameKey), (void *)nameCF);
872 if (hintCF) AppleLVMModifyVolume(lvDict, CFSTR(kAppleLVMVolumeContentHintKey), (void *)hintCF);
875 AppleLVMVolumeRef volRef = AppleLVMUpdateVolume(lvDict);
[all...]

Completed in 85 milliseconds