Searched refs:headerBytes (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp337 ReceiveNuDCL::ReceiveNuDCL( NuDCLPool & pool, UInt8 headerBytes, UInt32 numRanges, IOVirtualRange ranges[] ) argument
341 fReceiveData.headerBytes = headerBytes ;
355 fprintf( file, "\tRCV %p\thdr bytes=%d, wait=%s", this, fReceiveData.headerBytes, fReceiveData.wait ? "YES" : "NO" ) ;
376 exportedData->headerBytes = fReceiveData.headerBytes;
H A DIOFireWireLibNuDCL.h139 UInt8 headerBytes ; member in class:IOFireWireLib::ReceiveNuDCLSharedData
142 inline ReceiveNuDCLSharedData() : headerBytes( 0 ), wait( false ) {}
147 UInt8 headerBytes ; member in struct:IOFireWireLib::ReceiveNuDCLExportDataStruct
267 ReceiveNuDCL( NuDCLPool & pool, UInt8 headerBytes, UInt32 numRanges, IOVirtualRange ranges[] ) ;
H A DIOFireWireLibNuDCLPool.h84 UInt8 headerBytes,
127 static NuDCLReceivePacketRef S_AllocateReceivePacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) ;
128 static NuDCLReceivePacketRef S_AllocateReceivePacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) ;
H A DIOFireWireLibNuDCLPool.cpp136 NuDCLPool::AllocateReceivePacket ( CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numRanges, IOVirtualRange* ranges ) argument
138 return reinterpret_cast<NuDCLReceivePacketRef>( AppendDCL( saveBag, new ReceiveNuDCL( *this, headerBytes, numRanges, ranges ) ) ) ;
383 NuDCLPoolCOM::S_AllocateReceivePacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) argument
385 return IOFireWireIUnknown::InterfaceMap< Class >::GetThis( self )->AllocateReceivePacket( saveBag, headerBytes, numBuffers, buffers ) ;
389 NuDCLPoolCOM::S_AllocateReceivePacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) argument
413 return IOFireWireIUnknown::InterfaceMap< Class >::GetThis( self )->AllocateReceivePacket( saveBag, headerBytes, count, buffers ) ;
416 return IOFireWireIUnknown::InterfaceMap< Class >::GetThis( self )->AllocateReceivePacket( saveBag, headerBytes, 0, nil ) ;
H A DIOFireWireLibIsoch.h691 @param headerBytes Number of bytes of isochronous header to receive with the data. Valid values are 0, 4, and 8.
698 NuDCLReceivePacketRef (*AllocateReceivePacket)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) ;
706 @param headerBytes Number of bytes of isochronous header to receive with the data. Valid values are 0, 4, and 8.
709 NuDCLReceivePacketRef (*AllocateReceivePacket_v)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) ;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCLPool.h114 UInt8 headerBytes,
H A DIOFWDCLPool.cpp65 UInt8 headerBytes,
70 if ( dcl && !dcl->initWithParams( updateSet, headerBytes, rangesCount, ranges ) )
243 if ( !appendReceiveDCL( NULL, rcvData->headerBytes, data->rangeCount, kernRanges ) )
63 appendReceiveDCL( OSSet * updateSet, UInt8 headerBytes, UInt32 rangesCount, IOVirtualRange ranges[] ) argument
H A DIOFWDCL.cpp506 UInt8 headerBytes,
511 if (!( headerBytes == 0 || headerBytes == 4 || headerBytes == 8 ) )
517 fHeaderBytes = headerBytes ;
534 FIRELOG_MSG((" wait: %s, headerBytes: %d\n", fWait ? "YES" : "NO", fHeaderBytes )) ;
504 initWithParams( OSSet * updateSet, UInt8 headerBytes, unsigned rangesCount, IOVirtualRange ranges[] ) argument
H A DIOFWDCL.h244 UInt8 headerBytes,
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKey.cpp1999 uint8 headerBytes[] = { 0x30,0x59,0x30,0x13,0x06,0x07,0x2a,0x86, local
2015 CFDataAppendBytes(tempData, headerBytes, sizeof(headerBytes));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKey.cpp1999 uint8 headerBytes[] = { 0x30,0x59,0x30,0x13,0x06,0x07,0x2a,0x86, local
2015 CFDataAppendBytes(tempData, headerBytes, sizeof(headerBytes));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKey.cpp1999 uint8 headerBytes[] = { 0x30,0x59,0x30,0x13,0x06,0x07,0x2a,0x86, local
2015 CFDataAppendBytes(tempData, headerBytes, sizeof(headerBytes));

Completed in 198 milliseconds