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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.h176 UInt8 tagBits ; member in class:IOFireWireLib::SendNuDCLSharedData
181 , tagBits( 0 )
197 UInt8 tagBits ; member in struct:IOFireWireLib::SendNuDCLExportDataStruct
306 void SetTag( UInt8 tagBits ) { fSendData.tagBits = tagBits ; }
307 UInt8 GetTag() const { return fSendData.tagBits ; }
H A DIOFireWireLibNuDCL.cpp434 exportedData->tagBits = fSendData.tagBits;
H A DIOFireWireLibDCLCommandPool.h101 DCLCommand* AllocateSetTagSyncBitsDCL( DCLCommand* dcl, UInt16 tagBits, UInt16 syncBits ) ;
H A DIOFireWireLibNuDCLPool.h173 static IOReturn S_SetDCLTagBits( NuDCLRef dcl, UInt8 tagBits ) ;
H A DIOFireWireLibIsochPort.cpp1244 pUserExportDCLSetTagSyncBits->tagBits = ((DCLSetTagSyncBits*)dcl)->tagBits;
1406 ((UserExportDCLSetTagSyncBits*)dcl)->tagBits = OSSwapInt16( ((UserExportDCLSetTagSyncBits*)dcl)->tagBits );
H A DIOFireWireLibNuDCLPool.cpp769 NuDCLPoolCOM::S_SetDCLTagBits( NuDCLRef dcl, UInt8 tagBits )
773 CAST_DCL( SendNuDCL *, dcl )->SetTag( tagBits ) ;
H A DIOFireWireLibDCLCommandPool.cpp402 newDCL->tagBits = inTagBits ;
H A DIOFireWireLibIsoch.h986 IOReturn (*SetDCLTagBits)( NuDCLRef dcl, UInt8 tagBits ) ;
H A DIOFireWireLibDevice.cpp2551 printf( "(DCLSetTagSyncBits) tagBits=%04x, syncBits=%04x",
2552 ((DCLSetTagSyncBits*)currentDCL)->tagBits,
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWLocalIsochPort.cpp182 (*printFN)("(DCLSetTagSyncBits) tagBits=%04lX, syncBits=%04lX",
183 (UInt32)((DCLSetTagSyncBits*)currentDCL)->tagBits,
H A DIOFireWireFamilyCommon.h887 UInt16 tagBits; // Tag bits for following packets. member in struct:DCLSetTagSyncBitsStruct
1018 UInt16 tagBits; // Tag bits for following packets. member in struct:UserExportDCLSetTagSyncBitsStruct
H A DIOFWUserIsochPort.cpp722 pDCLSetTagSyncBits->tagBits = ((UserExportDCLSetTagSyncBits*)pExportDCL)->tagBits;
H A DIOFWDCL.cpp748 setTag( sendData->tagBits ) ;
H A DIOFWDCLTranslator.cpp459 host_header |= (pDCLSetTagSyncBits->tagBits << kFWIsochTagPhase);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVLib.c2933 pDCLSetTagSyncBits->tagBits = 1;
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS95828 pDCLSetTagSyncBits->tagBits = 1;

Completed in 322 milliseconds