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

/macosx-10.9.5/IOStorageFamily-172/
H A DIOStorageProtocolCharacteristics.h34 @defined kIOPropertyProtocolCharacteristicsKey
56 #define kIOPropertyProtocolCharacteristicsKey "Protocol Characteristics" macro
H A DIOBlockStorageDriver.cpp1538 OSDictionary *dictionary = OSDynamicCast(OSDictionary, getProvider()->getProperty(kIOPropertyProtocolCharacteristicsKey));
H A DIOMediaBSDClient.cpp1930 /* key */ kIOPropertyProtocolCharacteristicsKey,
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIDevice.m124 CFSTR ( kIOPropertyProtocolCharacteristicsKey ),
225 CFSTR ( kIOPropertyProtocolCharacteristicsKey ),
263 CFSTR ( kIOPropertyProtocolCharacteristicsKey ),
287 CFSTR ( kIOPropertyProtocolCharacteristicsKey ),
H A DSCSIInitiator.m183 CFSTR ( kIOPropertyProtocolCharacteristicsKey ),
294 CFSTR ( kIOPropertyProtocolCharacteristicsKey ),
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Common Code/
H A DProbing.c163 subDict = ( CFDictionaryRef ) CFDictionaryGetValue ( deviceDict, CFSTR ( kIOPropertyProtocolCharacteristicsKey ) );
261 subDict = ( CFDictionaryRef ) CFDictionaryGetValue ( deviceDict, CFSTR ( kIOPropertyProtocolCharacteristicsKey ) );
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp138 setProperty ( kIOPropertyProtocolCharacteristicsKey, protocolDict );
210 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );
239 setProperty ( kIOPropertyProtocolCharacteristicsKey, protocolDict );
785 copyDict = ( OSDictionary * ) copyProperty ( kIOPropertyProtocolCharacteristicsKey );
817 setProperty ( kIOPropertyProtocolCharacteristicsKey, dict );
1002 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );
1082 setProperty ( kIOPropertyProtocolCharacteristicsKey, protocolDict );
1108 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );
1123 setProperty ( kIOPropertyProtocolCharacteristicsKey, protocolDict );
H A DIOSCSIParallelInterfaceController.cpp258 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );
296 setProperty ( kIOPropertyProtocolCharacteristicsKey, dict );
2097 dict = OSDynamicCast ( OSDictionary, getProperty ( kIOPropertyProtocolCharacteristicsKey ) );
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A Demulator.c890 dict = ( CFDictionaryRef ) IORegistryEntrySearchCFProperty ( controller, kIOServicePlane, CFSTR ( kIOPropertyProtocolCharacteristicsKey ), kCFAllocatorDefault, kIORegistryIterateRecursively );
927 dict = ( CFDictionaryRef ) IORegistryEntrySearchCFProperty ( target, kIOServicePlane, CFSTR ( kIOPropertyProtocolCharacteristicsKey ), kCFAllocatorDefault, kIORegistryIterateRecursively );
960 dict = ( CFDictionaryRef ) IORegistryEntrySearchCFProperty ( logicalUnit, kIOServicePlane, CFSTR ( kIOPropertyProtocolCharacteristicsKey ), kCFAllocatorDefault, kIORegistryIterateRecursively );
/macosx-10.9.5/bless-98/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c242 CFSTR(kIOPropertyProtocolCharacteristicsKey),
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUFIStorageServices.cpp116 setProperty ( kIOPropertyProtocolCharacteristicsKey, fProvider->GetProtocolCharacteristicsDictionary ( ) );
H A DIOUSBMassStorageClass.cpp554 characterDict = OSDynamicCast ( OSDictionary, getProperty ( kIOPropertyProtocolCharacteristicsKey ) );
639 setProperty ( kIOPropertyProtocolCharacteristicsKey, characterDict );
H A DIOUSBMassStorageUFISubclass.cpp2113 return ( OSDictionary * ) getProperty( kIOPropertyProtocolCharacteristicsKey );
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c528 CFSTR(kIOPropertyProtocolCharacteristicsKey),
/macosx-10.9.5/msdosfs-198/mount_msdos.tproj/
H A Dmount_msdos.c178 CFSTR(kIOPropertyProtocolCharacteristicsKey),
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp470 dict = OSDynamicCast ( OSDictionary, getProperty ( kIOPropertyProtocolCharacteristicsKey ) );
502 setProperty ( kIOPropertyProtocolCharacteristicsKey, protocolDict );
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADisk.c557 sub = CFDictionaryGetValue( properties, CFSTR( kIOPropertyProtocolCharacteristicsKey ) );
/macosx-10.9.5/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp575 setProperty ( kIOPropertyProtocolCharacteristicsKey, dict );

Completed in 154 milliseconds