Home
last modified time | relevance | path

Searched refs:IOVirtualRange (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/iokit/IOKit/
H A DIOTypes.h161 } IOVirtualRange; typedef
164 typedef IOVirtualRange IOAddressRange;
H A DIOMemoryDescriptor.h528 static OSPtr<IOMemoryDescriptor> withRanges(IOVirtualRange * ranges,
635 virtual bool initWithRanges(IOVirtualRange * ranges,
1070 IOVirtualRange *v;
1085 IOVirtualRange v;
1209 virtual bool initWithRanges( IOVirtualRange * ranges,
/xnu-11215.1.10/iokit/Kernel/
H A DIOMemoryDescriptor.cpp279 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()
[all …]