Searched refs:_descriptorOffsets (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp84 _descriptorOffsets = IONew(IOByteCount, capacity);
87 if ( (_descriptors == 0) || (_descriptorOffsets == 0) || (_descriptorLengths == 0) )
107 _descriptorOffsets[index] = 0;
142 _descriptorOffsets[_descriptorCount] = offset;
166 if ( _descriptorOffsets != 0 )
167 IODelete(_descriptorOffsets, IOMemoryDescriptor *, _descriptorCapacity);
264 pa = _descriptors[index]->getPhysicalSegment(_descriptorOffsets[index] + offset, length, options);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h47 IOByteCount * _descriptorOffsets; member in class:IOInterleavedMemoryDescriptor

Completed in 13 milliseconds