Searched refs:protocolDict (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp131 OSDictionary * protocolDict = NULL; local
135 protocolDict = OSDictionary::withCapacity ( properties->getCount ( ) );
136 require_nonzero ( protocolDict, INIT_FAILURE );
138 setProperty ( kIOPropertyProtocolCharacteristicsKey, protocolDict );
139 protocolDict->release ( );
140 protocolDict = NULL;
180 OSDictionary * protocolDict = NULL; local
214 protocolDict = ( OSDictionary * ) copyDict->copyCollection ( );
220 if ( protocolDict != NULL )
230 protocolDict
996 OSDictionary * protocolDict = NULL; local
1103 OSDictionary * protocolDict = NULL; local
[all...]
/macosx-10.9.5/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp474 OSDictionary * protocolDict = NULL; local
478 protocolDict = OSDictionary::withDictionary ( dict );
479 check ( protocolDict );
485 protocolDict->setObject ( string, getProperty ( kFireWireGUIDKey, gIOServicePlane ) );
495 protocolDict->setObject ( kPreferredNameKey, getProperty ( kFireWireVendorNameKey, gIOServicePlane ) );
502 setProperty ( kIOPropertyProtocolCharacteristicsKey, protocolDict );
503 protocolDict->release ( );
504 protocolDict = NULL;

Completed in 101 milliseconds