Searched refs:syncBits (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.h175 UInt8 syncBits ; member in class:IOFireWireLib::SendNuDCLSharedData
180 , syncBits( 0 )
196 UInt8 syncBits ; member in struct:IOFireWireLib::SendNuDCLExportDataStruct
304 void SetSync( UInt8 syncBits ) { fSendData.syncBits = syncBits ; }
305 UInt8 GetSync() const { return fSendData.syncBits ; }
H A DIOFireWireLibNuDCL.cpp435 exportedData->syncBits = fSendData.syncBits;
H A DIOFireWireLibDCLCommandPool.h101 DCLCommand* AllocateSetTagSyncBitsDCL( DCLCommand* dcl, UInt16 tagBits, UInt16 syncBits ) ;
H A DIOFireWireLibNuDCLPool.h171 static IOReturn S_SetDCLSyncBits( NuDCLRef dcl, UInt8 syncBits ) ;
H A DIOFireWireLibIsochPort.cpp1245 pUserExportDCLSetTagSyncBits->syncBits = ((DCLSetTagSyncBits*)dcl)->syncBits;
1407 ((UserExportDCLSetTagSyncBits*)dcl)->syncBits = OSSwapInt16( ((UserExportDCLSetTagSyncBits*)dcl)->syncBits );
H A DIOFireWireLibNuDCLPool.cpp752 NuDCLPoolCOM::S_SetDCLSyncBits( NuDCLRef dcl, UInt8 syncBits )
756 CAST_DCL( SendNuDCL *, dcl )->SetSync( syncBits ) ;
H A DIOFireWireLibDCLCommandPool.cpp403 newDCL->syncBits = inSyncBits ;
H A DIOFireWireLibIsoch.h982 IOReturn (*SetDCLSyncBits)( NuDCLRef dcl, UInt8 syncBits ) ;
H A DIOFireWireLibDevice.cpp2551 printf( "(DCLSetTagSyncBits) tagBits=%04x, syncBits=%04x",
2553 ((DCLSetTagSyncBits*)currentDCL)->syncBits) ;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWLocalIsochPort.cpp182 (*printFN)("(DCLSetTagSyncBits) tagBits=%04lX, syncBits=%04lX",
184 (UInt32)((DCLSetTagSyncBits*)currentDCL)->syncBits) ;
H A DIOFireWireFamilyCommon.h888 UInt16 syncBits; // Sync bits for following packets. member in struct:DCLSetTagSyncBitsStruct
1019 UInt16 syncBits; // Sync bits for following packets. member in struct:UserExportDCLSetTagSyncBitsStruct
H A DIOFWUserIsochPort.cpp723 pDCLSetTagSyncBits->syncBits = ((UserExportDCLSetTagSyncBits*)pExportDCL)->syncBits;
H A DIOFWDCL.cpp747 setSync( sendData->syncBits ) ;
H A DIOFWDCLTranslator.cpp460 host_header |= (pDCLSetTagSyncBits->syncBits << kFWIsochSyPhase);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVLib.c2934 pDCLSetTagSyncBits->syncBits = 0;
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS95829 pDCLSetTagSyncBits->syncBits = 0;

Completed in 150 milliseconds