Lines Matching refs:_IOMemoryDescriptorMixedData
174 class _IOMemoryDescriptorMixedData : public OSObject class
176 OSDeclareDefaultStructors(_IOMemoryDescriptorMixedData);
179 static OSPtr<_IOMemoryDescriptorMixedData> withCapacity(size_t capacity);
4450 _memoryEntries = _IOMemoryDescriptorMixedData::withCapacity(size); in initMemoryEntries()
6172 OSDefineMetaClassAndStructors(_IOMemoryDescriptorMixedData, OSObject) in OSDefineMetaClassAndStructors() argument
6174 OSPtr<_IOMemoryDescriptorMixedData> in OSDefineMetaClassAndStructors()
6175 _IOMemoryDescriptorMixedData::withCapacity(size_t capacity) in OSDefineMetaClassAndStructors()
6177 OSSharedPtr<_IOMemoryDescriptorMixedData> me = OSMakeShared<_IOMemoryDescriptorMixedData>(); in OSDefineMetaClassAndStructors()
6185 _IOMemoryDescriptorMixedData::initWithCapacity(size_t capacity) in initWithCapacity()
6210 _IOMemoryDescriptorMixedData::free() in free()
6217 _IOMemoryDescriptorMixedData::freeMemory() in freeMemory()
6225 _IOMemoryDescriptorMixedData::appendBytes(const void * bytes, size_t length) in appendBytes()
6246 _IOMemoryDescriptorMixedData::setLength(size_t length) in setLength()
6267 _IOMemoryDescriptorMixedData::getBytes() const in getBytes()
6273 _IOMemoryDescriptorMixedData::getLength() const in getLength()