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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODataQueue.h55 * <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.
133 * @function getMemoryDescriptor
138 virtual IOMemoryDescriptor *getMemoryDescriptor();
H A DIOSharedDataQueue.h49 * <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.
94 * @function getMemoryDescriptor
99 virtual IOMemoryDescriptor *getMemoryDescriptor();
H A DIODMACommand.h276 /*! @function getMemoryDescriptor
279 virtual const IOMemoryDescriptor *getMemoryDescriptor() const;
H A DIOMemoryDescriptor.h701 /*! @function getMemoryDescriptor
706 virtual IOMemoryDescriptor * getMemoryDescriptor() = 0;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODataQueue.cpp224 IOMemoryDescriptor *IODataQueue::getMemoryDescriptor() function in class:IODataQueue
H A DIOSharedDataQueue.cpp105 IOMemoryDescriptor *IOSharedDataQueue::getMemoryDescriptor() function in class:IOSharedDataQueue
H A DIODMACommand.cpp294 IODMACommand::getMemoryDescriptor() const function in class:IODMACommand
H A DIOMemoryDescriptor.cpp168 virtual IOMemoryDescriptor * getMemoryDescriptor();
2952 IOMemoryDescriptor * _IOMemoryMap::getMemoryDescriptor()
H A DIOUserClient.cpp2501 if(mem == map->getMemoryDescriptor())

Completed in 62 milliseconds