Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp86 _descriptorOffsets = IONewData(IOByteCount, capacity); in initWithCapacity()
89 if ((_descriptors == NULL) || (_descriptorOffsets == NULL) || (_descriptorLengths == NULL)) { in initWithCapacity()
111 _descriptorOffsets[index] = 0; in clearMemoryDescriptors()
147 _descriptorOffsets[_descriptorCount] = offset; in setMemoryDescriptor()
173 if (_descriptorOffsets != NULL) { in free()
174 IODeleteData(_descriptorOffsets, IOByteCount, _descriptorCapacity); in free()
274 … pa = _descriptors[index]->getPhysicalSegment(_descriptorOffsets[index] + offset, length, options); in getPhysicalSegment()
/xnu-11215/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h48 IOByteCount * _descriptorOffsets; variable