Searched refs:getMemoryDescriptor (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceQueue.h53 virtual IOMemoryDescriptor *getMemoryDescriptor();
H A DIOHIDEventServiceQueue.cpp169 IOMemoryDescriptor * IOHIDEventServiceQueue::getMemoryDescriptor() function in class:IOHIDEventServiceQueue
172 _descriptor = super::getMemoryDescriptor();
H A DIOHIDEventQueue.h95 virtual IOMemoryDescriptor *getMemoryDescriptor();
H A DIOHIDEventQueue.cpp309 IOMemoryDescriptor * IOHIDEventQueue::getMemoryDescriptor() function in class:IOHIDEventQueue
312 _descriptor = super::getMemoryDescriptor();
H A DIOHIDResourceUserClient.h113 virtual IOMemoryDescriptor *getMemoryDescriptor();
H A DIOHIDResourceUserClient.cpp242 memoryToShare = _queue->getMemoryDescriptor();
904 IOMemoryDescriptor * IOHIDResourceQueue::getMemoryDescriptor() function in class:IOHIDResourceQueue
907 _descriptor = IOSharedDataQueue::getMemoryDescriptor();
H A DIOHIDEventServiceUserClient.cpp138 IOMemoryDescriptor * memoryToShare = _queue->getMemoryDescriptor();
H A DIOHIDLibUserClient.cpp826 memoryToShare = queue->getMemoryDescriptor();
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODataQueue.h60 * <br>In order to make the data queue memory available to a user process, the method getMemoryDescriptor() must be used to get an IOMemoryDescriptor instance that can be mapped into a user process. Typically, the clientMemoryForType() method on an IOUserClient instance will be used to request the IOMemoryDescriptor and then return it to be mapped into the user process.
142 * @function getMemoryDescriptor
147 virtual IOMemoryDescriptor *getMemoryDescriptor();
H A DIOSharedDataQueue.h53 * <br>In order to make the data queue memory available to a user process, the method getMemoryDescriptor() must be used to get an IOMemoryDescriptor instance that can be mapped into a user process. Typically, the clientMemoryForType() method on an IOUserClient instance will be used to request the IOMemoryDescriptor and then return it to be mapped into the user process.
116 * @function getMemoryDescriptor
121 virtual IOMemoryDescriptor *getMemoryDescriptor();
H A DIODMACommand.h276 /*! @function getMemoryDescriptor
279 virtual const IOMemoryDescriptor *getMemoryDescriptor() const;
H A DIOMemoryDescriptor.h774 /*! @function getMemoryDescriptor
779 virtual IOMemoryDescriptor * getMemoryDescriptor();
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.cpp380 *buf = getMemoryDescriptor();
471 getMemoryDescriptor()->writeBytes( pos + (address - phys), buf, len);
487 // getMemoryDescriptor
491 IOMemoryDescriptor * IOFWPhysicalAddressSpace::getMemoryDescriptor( void ) function in class:IOFWPhysicalAddressSpace
498 desc = (IOMemoryDescriptor*)dma_command->getMemoryDescriptor();
549 IOMemoryDescriptor * desc = getMemoryDescriptor();
H A DIOFWPhysicalAddressSpace.h168 /*! @function getMemoryDescriptor
173 IOMemoryDescriptor * getMemoryDescriptor( void );
H A DIOFWIsochChannel.cpp335 memory = map->getMemoryDescriptor();
388 memory = map->getMemoryDescriptor();
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATABusCommand.cpp387 if( _dmaCmd->getMemoryDescriptor() != NULL)
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODataQueue.cpp268 IOMemoryDescriptor *IODataQueue::getMemoryDescriptor() function in class:IODataQueue
H A DIOSharedDataQueue.cpp134 IOMemoryDescriptor *IOSharedDataQueue::getMemoryDescriptor() function in class:IOSharedDataQueue
H A DIODMACommand.cpp310 IODMACommand::getMemoryDescriptor() const function in class:IODMACommand
H A DIOMemoryDescriptor.cpp3907 IOMemoryDescriptor * IOMemoryMap::getMemoryDescriptor() function in class:IOMemoryMap
H A DIOUserClient.cpp3223 if(mem == map->getMemoryDescriptor())
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp190 fORBDescriptor = physical_space->getMemoryDescriptor();
1275 length = fDMACommand->getMemoryDescriptor()->getLength();
1281 UInt32 tempLength = fDMACommand->getMemoryDescriptor()->getLength();
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDUserClient.cpp470 desc = eventQueue->getMemoryDescriptor();

Completed in 161 milliseconds