Searched refs:exportBytes (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIsochPort.cpp1117 LocalIsochPort::ExportDCLs( IOVirtualAddress * exportBuffer, IOByteCount * exportBytes )
1124 *exportBytes = 0 ;
1127 *exportBytes += GetDCLSize( dcl ) ;
1134 *exportBytes += sizeof( mach_vm_address_t ) * ((DCLUpdateDCLList*)dcl)->numDCLCommands ;
1139 *exportBytes += sizeof( uint64_t[kOSAsyncRef64Count]) ;
1146 error = vm_allocate( mach_task_self (), (vm_address_t*)exportBuffer, *exportBytes, true /*anywhere*/ ) ;
1302 InfoLog("exporting DCLs, pass 2... export size=%d bytes\n", (int)*exportBytes ) ;
1304 while( offset < *exportBytes )
H A DIOFireWireLibIsochPort.h238 IOByteCount * exportBytes ) ;
H A DIOFireWireLibNuDCLPool.cpp148 IOByteCount exportBytes = 0 ; local
154 exportBytes += dcl->Export( NULL, NULL, 0 ) ; // find export data size needed
157 vm_allocate( mach_task_self(), (vm_address_t*)outExportData, exportBytes, true /*anywhere*/ ) ; local
173 return exportBytes ; // 1 range contains serialized program data

Completed in 119 milliseconds