Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h635 virtual bool initWithRanges(IOVirtualRange * ranges,
1209 virtual bool initWithRanges( IOVirtualRange * ranges,
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1734 if (that->initWithRanges(ranges, withCount, direction, task, asReference)) { in withRanges()
1887 return initWithRanges(&_singleRange.v, 1, withDirection, kernel_task, true); in initWithAddress()
1899 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true); in initWithAddress()
1931 IOGeneralMemoryDescriptor::initWithRanges( in initWithRanges() function in IOGeneralMemoryDescriptor
6029 IOMemoryDescriptor::initWithRanges( in initWithRanges() function in IOMemoryDescriptor