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

/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDMedia.h44 * @defined kIOBDMediaTypeKey
46 * kIOBDMediaTypeKey is a property of IOBDMedia objects. It has an OSString
49 * The kIOBDMediaTypeKey property identifies the BD media type (BD-ROM, BD-R,
53 #define kIOBDMediaTypeKey "Type" macro
57 * The kIOBDMediaTypeKey constant for BD-ROM media.
64 * The kIOBDMediaTypeKey constant for BD-R media.
71 * The kIOBDMediaTypeKey constant for BD-RE media.
H A DIOBDMedia.cpp55 return compareProperty(table, kIOBDMediaTypeKey);
H A DIOBDBlockStorageDriver.cpp141 media->setProperty(kIOBDMediaTypeKey, description);
/macosx-10.10.1/hfs-285/mount_hfs/
H A Doptical.c83 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOBDMediaTypeKey), kCFAllocatorDefault, 0);
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c392 object = CFDictionaryGetValue( properties, CFSTR( kIOBDMediaTypeKey ) );

Completed in 124 milliseconds