Searched refs:_descriptorOffsets (Results 1 – 2 of 2) sorted by relevance
86 _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()
48 IOByteCount * _descriptorOffsets; variable