Searched refs:IOVirtualRange (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTypes.h102 struct IOVirtualRange struct
117 } IOVirtualRange; typedef in typeref:struct:__anon475
H A DIOInterleavedMemoryDescriptor.h77 virtual bool initWithRanges( IOVirtualRange * ranges, /* not supported */
H A DIOMultiMemoryDescriptor.h74 virtual bool initWithRanges( IOVirtualRange * ranges, /* not supported */
H A DIOMemoryDescriptor.h265 @param ranges An array of IOVirtualRange structures which specify the virtual ranges in the specified map which make up the memory to be described.
272 static IOMemoryDescriptor * withRanges(IOVirtualRange * ranges,
297 @param ranges An array of IOAddressRange structures which specify the virtual ranges in the specified map which make up the memory to be described. IOAddressRange is the 64bit version of IOVirtualRange.
421 @param ranges An array of IOVirtualRange structures which specify the virtual ranges in the specified map which make up the memory to be described.
428 virtual bool initWithRanges(IOVirtualRange * ranges,
758 IOVirtualRange *v;
771 IOVirtualRange v;
834 virtual bool initWithRanges( IOVirtualRange * ranges,
909 virtual bool initWithRanges( IOVirtualRange * ranges,
H A DIOBufferMemoryDescriptor.h132 virtual bool initWithRanges( IOVirtualRange * ranges, /* not supported */
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp81 IOVirtualRange * /* ranges */ ,
H A DIOMultiMemoryDescriptor.cpp81 IOVirtualRange * /* ranges */ ,
H A DIOMemoryDescriptor.cpp319 IOVirtualRange cur = r.v[ind];
389 IOMemoryDescriptor::withRanges( IOVirtualRange * ranges,
663 IOVirtualRange * ranges,
749 && ((IOVirtualRange *) buffers)->address)
794 IODelete(_ranges.v, IOVirtualRange, _rangesCount);
908 _ranges.v = (IOVirtualRange *) buffers;
915 _ranges.v = (IOVirtualRange *) uio_duplicate((uio_t) buffers);
927 _ranges.v = IONew(IOVirtualRange, count);
930 bcopy(buffers, _ranges.v, count * sizeof(IOVirtualRange));
1025 IODelete(_ranges.v, IOVirtualRange, _rangesCoun
[all...]
H A DIOBufferMemoryDescriptor.cpp91 IOVirtualRange * /* ranges */ ,

Completed in 25 milliseconds