Home
last modified time | relevance | path

Searched refs:ofDescriptor (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/DriverKit/
H A DIOMemoryDescriptor.iig148 * @param offset Start offset of the memory relative to the descriptor ofDescriptor.
150 * @param ofDescriptor Memory descriptor describing source memory.
159 IOMemoryDescriptor * ofDescriptor,
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp771 IOMemoryDescriptor * ofDescriptor, in CreateSubMemoryDescriptor_Impl() argument
780 if (!ofDescriptor) { in CreateSubMemoryDescriptor_Impl()
795 if (mdEnd > ofDescriptor->getLength()) { in CreateSubMemoryDescriptor_Impl()
800 ofDescriptor, mdOffset, mdLength, (IOOptionBits) memoryDescriptorCreateOptions); in CreateSubMemoryDescriptor_Impl()