Searched refs:withAddress (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATARegI386.h63 static IOATAIOReg##w * withAddress( UInt16 address ); \
H A DIOATARegI386.cpp38 IOATAIOReg##w * IOATAIOReg##w::withAddress( UInt16 address ) \
H A DATADeviceNub.cpp265 IOMemoryDescriptor* desc = IOMemoryDescriptor::withAddress((void *) buffer,
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFWSBP2PseudoAddressSpace.cpp76 me->fDesc = IOMemoryDescriptor::withAddress((void *)data, len, kIODirectionOut);
110 me->fDesc = IOMemoryDescriptor::withAddress(data, len, kIODirectionOutIn);
H A DIOFireWireSBP2ManagementORB.cpp224 fWriteCommandMemory = IOMemoryDescriptor::withAddress( &fManagementORBAddress, 8, kIODirectionOut );
H A DIOFireWireSBP2Login.cpp472 fLoginWriteCommandMemory = IOMemoryDescriptor::withAddress( &fLoginORBAddress, 8, kIODirectionOut);
511 fReconnectWriteCommandMemory = IOMemoryDescriptor::withAddress( &fReconnectORBAddress, 8, kIODirectionOut);
539 fLogoutWriteCommandMemory = IOMemoryDescriptor::withAddress( &fLogoutORBAddress, 8, kIODirectionOut);
613 fFetchAgentWriteCommandMemory = IOMemoryDescriptor::withAddress( &fLastORBAddress, 8, kIODirectionOut );
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPseudoAddressSpace.cpp267 me->fDesc = IOMemoryDescriptor::withAddress((void *)data, len, kIODirectionOut);
300 me->fDesc = IOMemoryDescriptor::withAddress((void *)data, len, kIODirectionOut);
333 me->fDesc = IOMemoryDescriptor::withAddress((void *)data, len, kIODirectionOutIn);
366 me->fDesc = IOMemoryDescriptor::withAddress(data, len, kIODirectionOutIn);
H A DIOFWCompareAndSwapCommand.cpp213 fMembers->fMemory = IOMemoryDescriptor::withAddress( fInputVals, 4 * sizeof(UInt32), kIODirectionOutIn );
H A DIOFWDCLProgram.cpp165 IOMemoryDescriptor * desc = IOMemoryDescriptor::withAddress( (void*)lowAddress, length, kIODirectionOutIn ) ;
H A DIOFWWriteQuadCommand.cpp237 ((MemberVariables*)fMembers->fSubclassMembers)->fMemory = IOMemoryDescriptor::withAddress( fQuads, kMaxWriteQuads * sizeof(UInt32), kIODirectionOutIn );
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODataQueue.cpp273 descriptor = IOMemoryDescriptor::withAddress(dataQueue, dataQueue->queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE, kIODirectionOutIn);
H A DIOSharedDataQueue.cpp139 descriptor = IOMemoryDescriptor::withAddress(dataQueue, getQueueSize() + DATA_QUEUE_MEMORY_HEADER_SIZE + DATA_QUEUE_MEMORY_APPENDIX_SIZE, kIODirectionOutIn);
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageUFISubclass.cpp362 bufferDesc = IOMemoryDescriptor::withAddress ( ( void * ) &senseBuffer,
556 bufferDesc = IOMemoryDescriptor::withAddress ( inquiryBuffer, inquiryBufferCount, kIODirectionIn );
928 bufferDesc = IOMemoryDescriptor::withAddress ( ( void * ) &senseBuffer,
1009 formatDesc = IOMemoryDescriptor::withAddress ( ( void * ) &formatBuffer[0],
1056 bufferDesc = IOMemoryDescriptor::withAddress ( ( void * ) &senseBuffer,
1197 bufferDesc = IOMemoryDescriptor::withAddress ( capacityData, 8, kIODirectionIn );
1283 bufferDesc = IOMemoryDescriptor::withAddress ( modeBuffer,
1401 bufferDesc = IOMemoryDescriptor::withAddress ( ( void * ) &senseBuffer,
H A DIOUSBMassStorageClass.cpp481 fCBIMemoryDescriptor = IOMemoryDescriptor::withAddress (
504 fBulkOnlyCBWMemoryDescriptor = IOMemoryDescriptor::withAddress (
514 fBulkOnlyCSWMemoryDescriptor = IOMemoryDescriptor::withAddress (
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.cpp342 fMem = IOMemoryDescriptor::withAddress((void *)command, cmdLen,
514 fMem = IOMemoryDescriptor::withAddress((void *)command, cmdLen,
H A DIOFireWirePCRSpace.cpp78 fDesc = IOMemoryDescriptor::withAddress(fBuf, sizeof(fBuf), kIODirectionOutIn);
H A DIOFireWireAVCProtocolUserClient.cpp472 desc = IOMemoryDescriptor::withAddress((void *)buffer,size, kIODirectionOutIn);
H A DIOFireWireAVCUnit.cpp255 fMem = IOMemoryDescriptor::withAddress((void *)pCommandBuf,
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIUserClient.cpp213 memDesc = IOMemoryDescriptor::withAddress( clientAddr, size, kIODirectionNone, fTask );
215 IOLog("IOMemoryDescriptor::withAddress failed\n");
223 IOLog("IOMemoryDescriptor::withAddress failed\n");
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp601 buffer = IOMemoryDescriptor::withAddress(discInfo,sizeof(CDDiscInfo),kIODirectionIn);
640 buffer = IOMemoryDescriptor::withAddress(trackInfo,sizeof(CDTrackInfo),kIODirectionIn);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h359 /*! @function withAddress
367 static IOMemoryDescriptor * withAddress(void * address,
372 static IOMemoryDescriptor * withAddress(IOVirtualAddress address,
406 @param task The task the virtual ranges are mapped into. Note that unlike IOMemoryDescriptor::withAddress(), kernel_task memory must be explicitly prepared when passed to this api. The task argument may be NULL to specify memory by physical address.
423 @param task The task each of the virtual ranges are mapped into. Note that unlike IOMemoryDescriptor::withAddress(), kernel_task memory must be explicitly prepared when passed to this api. The task argument may be NULL to specify memory by physical address.
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp743 fMem = IOMemoryDescriptor::withAddress((void *)fBuffer->getBytesNoCopy(), cmdLen,
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp310 report = IOMemoryDescriptor::withAddress((void *)arguments->structureInput, arguments->structureInputSize, kIODirectionOut);
H A DIOHIDLibUserClient.cpp1324 mem = IOMemoryDescriptor::withAddress((void *)reportBuffer, reportBufferSize, kIODirectionOut);
/macosx-10.10.1/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp435 fDeviceIdentifyBuffer = IOMemoryDescriptor::withAddress ( ( void * ) fDeviceIdentifyData,

Completed in 338 milliseconds

12