Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOTypes.h161 } IOVirtualRange; typedef
164 typedef IOVirtualRange IOAddressRange;
H A DIOMemoryDescriptor.h545 static OSPtr<IOMemoryDescriptor> withRanges(IOVirtualRange * ranges,
652 virtual bool initWithRanges(IOVirtualRange * ranges,
1099 IOVirtualRange *v;
1114 IOVirtualRange v;
1244 virtual bool initWithRanges( IOVirtualRange * ranges,
/xnu-12377.61.12/iokit/DriverKit/
H A DIOTypes.h161 } IOVirtualRange; typedef
164 typedef IOVirtualRange IOAddressRange;
/xnu-12377.61.12/iokit/Kernel/
H A DIOMemoryDescriptor.cpp283 IOVirtualRange cur = r.v[ind]; in getAddrLenForInd()
1747 IOMemoryDescriptor::withRanges( IOVirtualRange * ranges, in withRanges()
1953 IOVirtualRange * ranges, in initWithRanges()
2010 && ((IOVirtualRange *) buffers)->address) { in initWithOptions()
2095 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in initWithOptions()
2215 _ranges.v = (IOVirtualRange *) buffers; in initWithOptions()
2222 _ranges.v = (IOVirtualRange *) uio_duplicate((uio_t) buffers); in initWithOptions()
2261 _ranges.v = IONew(IOVirtualRange, count); in initWithOptions()
2266 bcopy(buffers, _ranges.v, count * sizeof(IOVirtualRange)); in initWithOptions()
2409 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in free()
[all …]