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

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Duuid.c41 CFDictionarySetValue( matching, CFSTR( kIOMediaUUIDKey ), uuid_string );
/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForPath.c223 uuid = IORegistryEntryCreateCFProperty(media, CFSTR(kIOMediaUUIDKey),
234 bsdName, kIOMediaUUIDKey);
318 CFDictionaryAddValue(propMatch, CFSTR(kIOMediaUUIDKey), uuid);
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMedia.h147 * @defined kIOMediaUUIDKey
151 * The kIOMediaUUIDKey property has an OSString value and contains a persistent
155 #define kIOMediaUUIDKey "UUID" macro
H A DIOPartitionScheme.cpp47 OSString * uuid1 = OSDynamicCast( OSString, ( ( IOMedia * ) object1 )->getProperty( kIOMediaUUIDKey ) );
48 OSString * uuid2 = OSDynamicCast( OSString, ( ( IOMedia * ) object2 )->getProperty( kIOMediaUUIDKey ) );
584 uuid1 = OSDynamicCast( OSString, partition1->getProperty( kIOMediaUUIDKey ) );
585 uuid2 = OSDynamicCast( OSString, partition2->getProperty( kIOMediaUUIDKey ) );
H A DIOGUIDPartitionScheme.cpp586 newMedia->setProperty(kIOMediaUUIDKey, uuid);
H A DIOMedia.cpp133 compareProperty(table, kIOMediaUUIDKey ) &&
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c494 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaUUIDKey ) );
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleLVMGroup.cpp1462 lv->setProperty(kIOMediaUUIDKey, (OSObject *)lv->getVolumeUUID());
H A DAppleRAIDSet.cpp735 arMedia->setProperty(kIOMediaUUIDKey, (OSObject *)getUUID());
H A DAppleRAIDUserLib.c506 mi->uuidString = (CFStringRef)CFDictionaryGetValue(properties, CFSTR(kIOMediaUUIDKey));
/macosx-10.10.1/BootCache-109/
H A Dcontrol.c274 CFTypeRef cfRef = IORegistryEntryCreateCFProperty(diskObj, CFSTR(kIOMediaUUIDKey), kCFAllocatorDefault, 0);
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dmakehfs.c1353 uuid_str = IORegistryEntryCreateCFProperty(service, CFSTR(kIOMediaUUIDKey), kCFAllocatorDefault, 0);

Completed in 306 milliseconds