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

/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1241 _singleRange.v.address = (vm_offset_t) address;
1242 _singleRange.v.length = withLength;
1244 return initWithRanges(&_singleRange.v, 1, withDirection, kernel_task, true);
1253 _singleRange.v.address = address;
1254 _singleRange.v.length = withLength;
1256 return initWithRanges(&_singleRange.v, 1, withDirection, withTask, true);
1265 _singleRange.p.address = address;
1266 _singleRange.p.length = withLength;
1268 return initWithPhysicalRanges( &_singleRange.p, 1, withDirection, true);
1562 _ranges.v = &_singleRange
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h912 } _singleRange; /* storage space for a single range */ member in class:IOGeneralMemoryDescriptor

Completed in 19 milliseconds