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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp339 fReceiveData()
341 fReceiveData.headerBytes = headerBytes ;
347 fReceiveData.wait = wait ;
355 fprintf( file, "\tRCV %p\thdr bytes=%d, wait=%s", this, fReceiveData.headerBytes, fReceiveData.wait ? "YES" : "NO" ) ;
356 if ( fReceiveData.wait )
376 exportedData->headerBytes = fReceiveData.headerBytes;
377 exportedData->wait = fReceiveData.wait;
H A DIOFireWireLibNuDCL.h263 ReceiveNuDCLSharedData fReceiveData ; member in class:IOFireWireLib::ReceiveNuDCL
274 // virtual IOByteCount GetExportSize ( void ) const { return NuDCL::GetExportSize() + sizeof ( fReceiveData ) ; }

Completed in 75 milliseconds