Searched refs:lvUUID (Results 1 - 4 of 4) sorted by path

/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleLVMVolume.h90 OSString * lvUUID; member in class:AppleLVMVolume
H A DAppleRAIDUserLib.c2903 CFStringRef lvUUID = (CFStringRef)CFDictionaryGetValue(lvProps, CFSTR(kAppleLVMVolumeUUIDKey));
2912 CFDictionarySetValue(bitmap, CFSTR(kAppleLVMParentUUIDKey), lvUUID);
2918 CFDictionarySetValue(snap, CFSTR(kAppleLVMParentUUIDKey), lvUUID);
H A Dartest.c703 CFStringRef lvUUID = CFStringCreateWithCString(kCFAllocatorDefault, nameCString, kCFStringEncodingUTF8); local
704 if (!lvUUID) exit(1);
706 bool success = AppleLVMDestroyVolume(lvUUID);
715 CFStringRef lvUUID = CFDictionaryGetValue(lv, CFSTR(kAppleLVMVolumeUUIDKey)); local
716 if (!lvUUID) { printf("\ninternal error, no uuid in lv dict\n"); return; };
718 CFDataRef extentData = (CFDataRef)AppleLVMGetVolumeExtents(lvUUID);
810 CFStringRef lvUUID = CFStringCreateWithCString(kCFAllocatorDefault, nameCString, kCFStringEncodingUTF8); local
811 if (!lvUUID) exit(1);
814 CFMutableDictionaryRef props = AppleLVMGetVolumeProperties(lvUUID);
822 CFMutableArrayRef volumes = AppleLVMGetVolumesForGroup(lvUUID, NUL
856 CFStringRef lvUUID = CFStringCreateWithCString(kCFAllocatorDefault, nameCString, kCFStringEncodingUTF8); local
890 CFStringRef lvUUID = CFStringCreateWithCString(kCFAllocatorDefault, nameCString, kCFStringEncodingUTF8); local
928 CFStringRef lvUUID = CFStringCreateWithCString(kCFAllocatorDefault, nameCString, kCFStringEncodingUTF8); local
[all...]
/macosx-10.10.1/BootCache-109/
H A Dcontrol.c264 CFStringRef lvUUID = NULL; local
279 lvUUID = CFStringCreateCopy(NULL, cfRef);
280 // fprintf(outfile, "%6f CoreStorage Logical Volume UUID is %p %s\n", CFAbsoluteTimeGetCurrent() - starttime, lvUUID, CFStringGetCStringPtr(lvUUID, 0)); fflush(outfile);
296 if (NULL == lvUUID) {
307 CFMutableDictionaryRef propLV = CoreStorageCopyVolumeProperties ((CoreStorageLogicalRef)lvUUID);
308 CFRelease(lvUUID);

Completed in 244 milliseconds