Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h332 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
1226 virtual IOPhysicalAddress getSourceSegment(IOByteCount offset,
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2517 IOMemoryDescriptor::getSourceSegment( IOByteCount offset, IOByteCount * length ) in getSourceSegment() function in IOMemoryDescriptor
3463 address = getSourceSegment(offset, lengthOfSegment); in getPhysicalSegment()
3546 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment() function in IOGeneralMemoryDescriptor
3559 return (void *) getSourceSegment(offset, lengthOfSegment); in getVirtualSegment()