Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/DriverKit/
H A DIOTypes.h161 } IOVirtualRange; typedef
164 typedef IOVirtualRange IOAddressRange;
/xnu-11417.121.6/iokit/IOKit/
H A DIOTypes.h161 } IOVirtualRange; typedef
164 typedef IOVirtualRange IOAddressRange;
H A DIOMemoryDescriptor.h531 static OSPtr<IOMemoryDescriptor> withRanges(IOVirtualRange * ranges,
638 virtual bool initWithRanges(IOVirtualRange * ranges,
1073 IOVirtualRange *v;
1088 IOVirtualRange v;
1217 virtual bool initWithRanges( IOVirtualRange * ranges,
/xnu-11417.121.6/iokit/Kernel/
H A DIOMemoryDescriptor.cpp280 IOVirtualRange cur = r.v[ind]; in getAddrLenForInd()
1728 IOMemoryDescriptor::withRanges( IOVirtualRange * ranges, in withRanges()
1934 IOVirtualRange * ranges, in initWithRanges()
1991 && ((IOVirtualRange *) buffers)->address) { in initWithOptions()
2076 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in initWithOptions()
2196 _ranges.v = (IOVirtualRange *) buffers; in initWithOptions()
2203 _ranges.v = (IOVirtualRange *) uio_duplicate((uio_t) buffers); in initWithOptions()
2242 _ranges.v = IONew(IOVirtualRange, count); in initWithOptions()
2247 bcopy(buffers, _ranges.v, count * sizeof(IOVirtualRange)); in initWithOptions()
2390 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in free()
[all …]