Searched refs:IOAddressRange (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTypes.h107 struct IOAddressRange struct
123 } IOAddressRange; typedef in typeref:struct:__anon476
H A DIOMemoryDescriptor.h297 @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.
306 IOAddressRange * ranges,
759 IOAddressRange *v64;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp121 IOAddressRange range;
H A DIOMemoryDescriptor.cpp314 IOAddressRange cur = r.v64[ind];
412 IOAddressRange range = { address, length };
417 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges,
792 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
920 _ranges.v64 = IONew(IOAddressRange, count);
923 bcopy(buffers, _ranges.v, count * sizeof(IOAddressRange));
1023 IODelete(_ranges.v64, IOAddressRange, _rangesCount);
1284 const IOAddressRange *physP = (IOAddressRange *) &_ranges.v64[0];

Completed in 85 milliseconds