Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h640 virtual bool initWithPhysicalRanges(IOPhysicalRange * ranges,
1215 virtual bool initWithPhysicalRanges(IOPhysicalRange * ranges,
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1821 if (that->initWithPhysicalRanges(ranges, withCount, direction, asReference)) { in withPhysicalRanges()
1911 return initWithPhysicalRanges( &_singleRange.p, 1, withDirection, true); in initWithPhysicalAddress()
1915 IOGeneralMemoryDescriptor::initWithPhysicalRanges( in initWithPhysicalRanges() function in IOGeneralMemoryDescriptor
6040 IOMemoryDescriptor::initWithPhysicalRanges( IOPhysicalRange * ranges, in initWithPhysicalRanges() function in IOMemoryDescriptor