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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h441 virtual bool initWithRanges(IOVirtualRange * ranges,
813 // IOMemoryDescriptor::initWithRanges(... IOOptionsBits options);
928 virtual bool initWithRanges( IOVirtualRange * ranges,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp299 if (that->initWithRanges(ranges, withCount, direction, task, asReference))
501 return initWithRanges(&_singleRange.v, 1, withDirection, kernel_task, true);
513 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true);
544 IOGeneralMemoryDescriptor::initWithRanges( function in class:IOGeneralMemoryDescriptor
3981 IOMemoryDescriptor::initWithRanges(

Completed in 21 milliseconds