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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp85 _descriptorLengths = IONew(IOByteCount, capacity);
87 if ( (_descriptors == 0) || (_descriptorOffsets == 0) || (_descriptorLengths == 0) )
108 _descriptorLengths[index] = 0;
143 _descriptorLengths[_descriptorCount] = length;
169 if ( _descriptorLengths != 0 )
170 IODelete(_descriptorLengths, IOMemoryDescriptor *, _descriptorCapacity);
262 if ( offset < _descriptorLengths[index] )
265 if ((_descriptorLengths[index] - offset) < *length) *length = _descriptorLengths[index] - offset;
268 offset -= _descriptorLengths[inde
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h48 IOByteCount * _descriptorLengths; member in class:IOInterleavedMemoryDescriptor

Completed in 17 milliseconds