Lines Matching refs:IOVirtualRange
269 IOVirtualRange cur = r.v[ind]; in getAddrLenForInd()
1716 IOMemoryDescriptor::withRanges( IOVirtualRange * ranges, in withRanges()
1922 IOVirtualRange * ranges, in initWithRanges()
1979 && ((IOVirtualRange *) buffers)->address) { in initWithOptions()
2064 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in initWithOptions()
2184 _ranges.v = (IOVirtualRange *) buffers; in initWithOptions()
2191 _ranges.v = (IOVirtualRange *) uio_duplicate((uio_t) buffers); in initWithOptions()
2230 _ranges.v = IONew(IOVirtualRange, count); in initWithOptions()
2235 bcopy(buffers, _ranges.v, count * sizeof(IOVirtualRange)); in initWithOptions()
2386 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in free()
5969 IOVirtualRange * ranges, in initWithRanges()