Searched refs:dcls (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCL.cpp372 const OSArray * dcls )
413 updateSet->setObject( dcls->getObject( userUpdateList[ index ] - 1 ) ) ;
474 if ( branchIndex >= dcls->getCount() )
481 setBranch( (IOFWDCL*)dcls->getObject( branchIndex ) ) ;
544 const OSArray * dcls )
546 IOReturn error = IOFWDCL::importUserDCL( data, dataSize, bufferMap, dcls ) ;
735 const OSArray * dcls )
737 IOReturn error = IOFWDCL::importUserDCL( data, dataSize, bufferMap, dcls ) ;
769 if ( branchIndex >= dcls->getCount() )
776 setSkipBranch( (IOFWDCL*)dcls
[all...]
H A DIOFWUserIsochPort.cpp1154 IOFWDCL * dcls[ numDCLs ] ; local
1174 dcls[ index ] = (IOFWDCL*)program->getObject( dclIndex ) ;
1179 error = dcls[ index ]->importUserDCL( (UInt8*)data, dataSize, bufferMap, program ) ;
1183 if ( dclIndex + 1 < programLength && !dcls[ index ]->getBranch() )
1185 dcls[ index ]->setBranch( (IOFWDCL*)program->getObject( dclIndex + 1 ) ) ;
1222 dcls[ pairIndex ] = (IOFWDCL*)program->getObject( dclIndexTable[ index ] ) ;
1237 dcls[ pairIndex ]->setBranch( (IOFWDCL*)program->getObject( dclIndexTable[ index ] ) ) ;
1241 dcls[ pairIndex ]->setBranch( 0 ) ;
1267 dcls[ index ] = (IOFWDCL*)program->getObject( dclIndices[ index ] ) ;
1285 return error ? error : notify( (IOFWDCLNotificationType)notificationType, (DCLCommand**)dcls, numDCL
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochPort.cpp1522 unsigned dcls[ pairCount ] ; local
1531 dcls[ pairIndex ] = theDCL->GetExportIndex() ;
1535 dcls[ pairIndex ] = OSSwapInt32(dcls[ pairIndex ]);
1543 dcls[ pairIndex ] = theDCL->GetBranch()->GetExportIndex() ;
1545 dcls[ pairIndex ] = 0;
1549 dcls[ pairIndex ] = OSSwapInt32(dcls[ pairIndex ]);
1563 dcls,sizeof( dcls ),
1571 unsigned dcls[ numDCLs ] ; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dthemeutils.tcl273 foreach dcls $tk_colordcls {
274 if { [lsearch $themes $dcls] == -1 } {
275 lappend themes $dcls

Completed in 259 milliseconds