Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/DriverKit/
H A DIOTypes.h133 } IOVirtualRange; typedef
136 typedef IOVirtualRange IOAddressRange;
/xnu-8792.41.9/iokit/IOKit/
H A DIOTypes.h133 } IOVirtualRange; typedef
136 typedef IOVirtualRange IOAddressRange;
H A DIOMemoryDescriptor.h525 static OSPtr<IOMemoryDescriptor> withRanges(IOVirtualRange * ranges,
632 virtual bool initWithRanges(IOVirtualRange * ranges,
1067 IOVirtualRange *v;
1082 IOVirtualRange v;
1206 virtual bool initWithRanges( IOVirtualRange * ranges,
/xnu-8792.41.9/iokit/Kernel/
H A DIOMemoryDescriptor.cpp276 IOVirtualRange cur = r.v[ind]; in getAddrLenForInd()
1719 IOMemoryDescriptor::withRanges( IOVirtualRange * ranges, in withRanges()
1925 IOVirtualRange * ranges, in initWithRanges()
1982 && ((IOVirtualRange *) buffers)->address) { in initWithOptions()
2067 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in initWithOptions()
2187 _ranges.v = (IOVirtualRange *) buffers; in initWithOptions()
2194 _ranges.v = (IOVirtualRange *) uio_duplicate((uio_t) buffers); in initWithOptions()
2233 _ranges.v = IONew(IOVirtualRange, count); in initWithOptions()
2238 bcopy(buffers, _ranges.v, count * sizeof(IOVirtualRange)); in initWithOptions()
2389 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in free()
[all …]