Searched refs:withRange (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIODeviceMemory.h73 /*! @function withRange
80 static IODeviceMemory * withRange(
H A DIORangeAllocator.h87 /*! @function withRange
96 static IORangeAllocator * withRange( IORangeScalar endOfRange,
/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceMemory.cpp34 IODeviceMemory * IODeviceMemory::withRange( function in class:IODeviceMemory
66 range = IODeviceMemory::withRange( list[i].start, list[i].length );
H A DIORangeAllocator.cpp94 IORangeAllocator * IORangeAllocator::withRange( function in class:IORangeAllocator
H A DIOPlatformExpert.cpp125 physicalRanges = IORangeAllocator::withRange(0xffffffff, 1, 16,
H A DIODeviceTreeSupport.cpp1157 range = IODeviceMemory::withRange( phys, len );

Completed in 44 milliseconds