Lines Matching refs:IOVirtualRange
279 IOVirtualRange cur = r.v[ind]; in getAddrLenForInd()
1726 IOMemoryDescriptor::withRanges( IOVirtualRange * ranges, in withRanges()
1932 IOVirtualRange * ranges, in initWithRanges()
1989 && ((IOVirtualRange *) buffers)->address) { in initWithOptions()
2074 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in initWithOptions()
2194 _ranges.v = (IOVirtualRange *) buffers; in initWithOptions()
2201 _ranges.v = (IOVirtualRange *) uio_duplicate((uio_t) buffers); in initWithOptions()
2240 _ranges.v = IONew(IOVirtualRange, count); in initWithOptions()
2245 bcopy(buffers, _ranges.v, count * sizeof(IOVirtualRange)); in initWithOptions()
2389 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in free()
6030 IOVirtualRange * ranges, in initWithRanges()