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

/macosx-10.9.5/IOStorageFamily-172/
H A DIOStorageProtocolCharacteristics.h573 @defined kIOPropertyPhysicalInterconnectTypeKey
594 #define kIOPropertyPhysicalInterconnectTypeKey "Physical Interconnect" macro
784 kIOPropertyPhysicalInterconnectTypeKey. If the device is connected
808 kIOPropertyPhysicalInterconnectTypeKey. If the device is connected
832 kIOPropertyPhysicalInterconnectTypeKey. If the device is connected
856 kIOPropertyPhysicalInterconnectTypeKey. If the device is connected
881 kIOPropertyPhysicalInterconnectTypeKey. If the device is connected
905 kIOPropertyPhysicalInterconnectTypeKey. If the device is connected
954 kIOPropertyPhysicalInterconnectTypeKey. If the device is connected
978 kIOPropertyPhysicalInterconnectTypeKey
[all...]
H A DIOMediaBSDClient.cpp1940 /* key */ kIOPropertyPhysicalInterconnectTypeKey ) );
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIInitiator.m301 [ initiatorDevice setPhysicalInterconnect: [ value objectForKey: @kIOPropertyPhysicalInterconnectTypeKey ] ];
H A DSCSIDevice.m132 CFSTR ( kIOPropertyPhysicalInterconnectTypeKey ) );
/macosx-10.9.5/bless-98/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c249 CFSTR(kIOPropertyPhysicalInterconnectTypeKey));
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp2102 interface = OSDynamicCast ( OSString, dict->getObject ( kIOPropertyPhysicalInterconnectTypeKey ) );
2412 if ( dict->getObject ( kIOPropertyPhysicalInterconnectTypeKey ) == NULL )
2415 string = OSDynamicCast ( OSString, service->getProperty ( kIOPropertyPhysicalInterconnectTypeKey ) );
2423 dict->setObject ( kIOPropertyPhysicalInterconnectTypeKey, string );
2434 dict->setObject ( kIOPropertyPhysicalInterconnectTypeKey, string );
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c535 CFSTR(kIOPropertyPhysicalInterconnectTypeKey));
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATAController.cpp178 prop = getProperty ( kIOPropertyPhysicalInterconnectTypeKey, gIOServicePlane );
181 setProperty ( kIOPropertyPhysicalInterconnectTypeKey, kIOPropertyPhysicalInterconnectTypeATA);
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.cpp567 obj = getProperty ( kIOPropertyPhysicalInterconnectTypeKey );
570 characterDict->setObject ( kIOPropertyPhysicalInterconnectTypeKey, obj );
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADisk.c587 object = CFDictionaryGetValue( sub, CFSTR( kIOPropertyPhysicalInterconnectTypeKey ) );

Completed in 160 milliseconds