Searched refs:withAddressRange (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWRingBufferQ.h48 static IOFWRingBufferQ * withAddressRange( mach_vm_address_t address, mach_vm_size_t length, IOOptionBits options, task_t task );
H A DIOFWRingBufferQ.cpp45 //withAddressRange
48 IOFWRingBufferQ * IOFWRingBufferQ::withAddressRange( mach_vm_address_t address, mach_vm_size_t length, IOOptionBits options, task_t task) function in class:IOFWRingBufferQ
50 DebugLog("IOFWRingBufferQ::withAddressRange\n");
58 DebugLog("IOFWRingBufferQ::withAddressRange failed initQ\n");
71 fMemDescriptor = IOMemoryDescriptor::withAddressRange( address, length, options, task );
H A DIOFWUserVectorCommand.cpp124 fSubmitDesc = IOMemoryDescriptor::withAddressRange( submit_buffer_address,
148 fResultDesc = IOMemoryDescriptor::withAddressRange( result_buffer_address,
H A DIOFWUserCommand.cpp197 fMem = IOMemoryDescriptor::withAddressRange( params->newBuffer, params->newBufferSize, kIODirectionIn, fUserClient->getOwningTask() ) ;
275 if (NULL == (fMem = IOMemoryDescriptor::withAddressRange( params->newBuffer,
462 fMem = IOMemoryDescriptor::withAddressRange( params->newBuffer, params->newBufferSize, kIODirectionOut, fUserClient->getOwningTask() ) ;
512 if (NULL == (fMem = IOMemoryDescriptor::withAddressRange( params->newBuffer,
1019 fMem = IOMemoryDescriptor::withAddressRange( params->newBuffer, params->newBufferSize, kIODirectionOut, fUserClient->getOwningTask() ) ;
1057 if (NULL == (fMem = IOMemoryDescriptor::withAddressRange( params->newBuffer,
H A DIOFWUserAsyncStreamListener.cpp216 fPacketQueueBuffer = IOMemoryDescriptor::withAddressRange( params->queueBuffer,
H A DIOFWUserPseudoAddressSpace.cpp437 fPacketQueue = IOFWRingBufferQ::withAddressRange( params->queueBuffer, params->queueSize, kIODirectionOutIn, fUserClient->getOwningTask() ) ;
476 fDesc = IOMemoryDescriptor::withAddressRange( params->backingStore,
H A DIOFireWireUserClient.cpp1114 userDCLExportDesc = IOMemoryDescriptor::withAddressRange( arguments->scalarInput[2],
1605 IOMemoryDescriptor * desc = IOMemoryDescriptor::withAddressRange ( userBuffer, bytes, kIODirectionOut,
1645 IOMemoryDescriptor * mem = IOMemoryDescriptor::withAddressRange( userBuffer, bytes, kIODirectionIn, fTask ) ;
1819 mem = IOMemoryDescriptor::withAddressRange(params->buf, params->size, kIODirectionIn, fTask);
1906 mem = IOMemoryDescriptor::withAddressRange(params->buf, params->size, kIODirectionOut, fTask);
2654 IOMemoryDescriptor* mem = IOMemoryDescriptor::withAddressRange( backingStore, size, kIODirectionOutIn, fTask ) ;
H A DIOFWUserIsochPort.cpp456 userProgramExportDesc = IOMemoryDescriptor::withAddressRange(
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceMemory.cpp38 return( (IODeviceMemory *) IOMemoryDescriptor::withAddressRange(
H A DIOUserClient.cpp3375 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size,
3468 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size,
3481 outputMD = IOMemoryDescriptor::withAddressRange(ool_output, *ool_output_size,
3551 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size,
3564 outputMD = IOMemoryDescriptor::withAddressRange(ool_output, *ool_output_size,
H A DIOMemoryDescriptor.cpp1046 withAddressRange((IOVirtualAddress) address, length, direction | kIOMemoryAutoPrepare, kernel_task);
1074 return (IOMemoryDescriptor::withAddressRange(address, length, direction, TASK_NULL));
1098 IOMemoryDescriptor::withAddressRange(mach_vm_address_t address, function in class:IOMemoryDescriptor
1345 OSReportWithBacktrace("IOMemoryDescriptor: attempt to create 32b virtual in 64b task, use ::withAddressRange()");
4216 mapDesc = IOMemoryDescriptor::withAddressRange(
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIEmulatorAdapter.cpp907 inquiryBuffer = IOMemoryDescriptor::withAddressRange (
913 inquiryPage00Buffer = IOMemoryDescriptor::withAddressRange (
919 inquiryPage80Buffer = IOMemoryDescriptor::withAddressRange (
925 inquiryPage83Buffer = IOMemoryDescriptor::withAddressRange (
/macosx-10.10.1/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp178 //use withAddressRange() and prepare() instead
179 md = IOMemoryDescriptor::withAddressRange(bigaddr, biglen, kIODirectionOutIn, fTask); // REVIEW direction
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIUserClient.cpp221 memDesc = IOMemoryDescriptor::withAddressRange( clientAddr, size, kIODirectionNone, fTask );
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMediaBSDClient.cpp172 buffer = IOMemoryDescriptor::withAddressRange( // (create the buffer)
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDMediaBSDClient.cpp203 buffer = IOMemoryDescriptor::withAddressRange( // (create the buffer)
/macosx-10.10.1/IODVDStorageFamily-35/
H A DIODVDMediaBSDClient.cpp201 buffer = IOMemoryDescriptor::withAddressRange( // (create the buffer)
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2UserClient.cpp1519 memory = IOMemoryDescriptor::withAddressRange( buffer,
1892 rangeDesc = IOMemoryDescriptor::withAddressRange( ranges,
2014 memory = IOMemoryDescriptor::withAddressRange( buffer,
2402 memory = IOMemoryDescriptor::withAddressRange( buffer,
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h375 task_t withTask) APPLE_KEXT_DEPRECATED; /* use withAddressRange() and prepare() instead */
399 /*! @function withAddressRange
409 static IOMemoryDescriptor * withAddressRange(
886 // might be created by IOMemoryDescriptor::withAddressRange(), but there should be
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.cpp846 pUCAsyncCommand->fMem = IOMemoryDescriptor::withAddressRange( *ppSharedBufAddress, 1024, kIODirectionInOut, fTask ) ;
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp541 extendedInfo->mAudioClientBufferExtended32.paramBufferDescriptor = IOMemoryDescriptor::withAddressRange(* (mach_vm_address_t*)paramBuffer, (((IOAudioStreamDataDescriptor *)paramBuffer)->fNumberOfStreams * 4) + 8, kIODirectionIn, clientTask);
1548 clientBuffer->mAudioClientBuffer32.sourceBufferDescriptor = IOMemoryDescriptor::withAddressRange((mach_vm_address_t)sourceBuffer, (mach_vm_size_t)bufSizeInBytes, kIODirectionNone, clientTask);
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp2259 md = IOMemoryDescriptor::withAddressRange(
2267 md = IOMemoryDescriptor::withAddressRange(
3900 md = IOMemoryDescriptor::withAddressRange(params->address.addr64,
H A DIOPCIConfigurator.cpp2009 md = IOMemoryDescriptor::withAddressRange(range->start, range->proposedSize, kIODirectionOutIn | kIOMemoryMapperNone, TASK_NULL);
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp2515 return IOMemoryDescriptor::withAddressRange( // (single-range)
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1862 mem = IOMemoryDescriptor::withAddressRange(

Completed in 362 milliseconds

12