Searched refs:kIOPropertyPhysicalInterconnectLocationKey (Results 1 - 8 of 8) sorted by last modified time

/macosx-10.10/bless-103/libbless/Misc/
H A DBLCreateBooterInformationDictionary.c540 CFSTR(kIOPropertyPhysicalInterconnectLocationKey));
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp574 obj = getProperty ( kIOPropertyPhysicalInterconnectLocationKey );
577 characterDict->setObject ( kIOPropertyPhysicalInterconnectLocationKey, obj );
592 characterDict->setObject ( kIOPropertyPhysicalInterconnectLocationKey, internalString );
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp1594 OSString *string = OSDynamicCast(OSString, dictionary->getObject(kIOPropertyPhysicalInterconnectLocationKey));
H A DIOStorageProtocolCharacteristics.h195 @defined kIOPropertyPhysicalInterconnectLocationKey
216 #define kIOPropertyPhysicalInterconnectLocationKey "Physical Interconnect Location" macro
254 kIOPropertyPhysicalInterconnectLocationKey. If the device is
278 kIOPropertyPhysicalInterconnectLocationKey. If the device is
302 kIOPropertyPhysicalInterconnectLocationKey. If the device is connected
327 kIOPropertyPhysicalInterconnectLocationKey. If the device is a file
354 kIOPropertyPhysicalInterconnectLocationKey. If the device is system memory
/macosx-10.10/msdosfs-209.1.1/mount_msdos.tproj/
H A Dmount_msdos.c180 location = CFDictionaryGetValue(protocolCharacteristics, CFSTR(kIOPropertyPhysicalInterconnectLocationKey));
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c565 object = CFDictionaryGetValue( sub, CFSTR( kIOPropertyPhysicalInterconnectLocationKey ) );
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATAController.cpp184 prop = getProperty ( kIOPropertyPhysicalInterconnectLocationKey, gIOServicePlane );
187 setProperty ( kIOPropertyPhysicalInterconnectLocationKey, kIOPropertyInternalKey);
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp2441 if ( dict->getObject ( kIOPropertyPhysicalInterconnectLocationKey ) == NULL )
2444 string = OSDynamicCast ( OSString, service->getProperty ( kIOPropertyPhysicalInterconnectLocationKey ) );
2452 dict->setObject ( kIOPropertyPhysicalInterconnectLocationKey, string );
2463 dict->setObject ( kIOPropertyPhysicalInterconnectLocationKey, string );

Completed in 182 milliseconds