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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h183 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
945 virtual IOPhysicalAddress getSourceSegment(IOByteCount offset,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1003 IOMemoryDescriptor::getSourceSegment( IOByteCount offset, IOByteCount * length ) function in class:IOMemoryDescriptor
1627 address = getSourceSegment(offset, lengthOfSegment);
1710 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment)
1719 return (void *) getSourceSegment(offset, lengthOfSegment);

Completed in 20 milliseconds