Lines Matching refs:_IOMemoryDescriptorMixedData
169 class _IOMemoryDescriptorMixedData : public OSObject class
171 OSDeclareDefaultStructors(_IOMemoryDescriptorMixedData);
174 static OSPtr<_IOMemoryDescriptorMixedData> withCapacity(size_t capacity);
4431 _memoryEntries = _IOMemoryDescriptorMixedData::withCapacity(size); in initMemoryEntries()
6086 OSDefineMetaClassAndStructors(_IOMemoryDescriptorMixedData, OSObject) in OSDefineMetaClassAndStructors() argument
6088 OSPtr<_IOMemoryDescriptorMixedData> in OSDefineMetaClassAndStructors()
6089 _IOMemoryDescriptorMixedData::withCapacity(size_t capacity) in OSDefineMetaClassAndStructors()
6091 OSSharedPtr<_IOMemoryDescriptorMixedData> me = OSMakeShared<_IOMemoryDescriptorMixedData>(); in OSDefineMetaClassAndStructors()
6099 _IOMemoryDescriptorMixedData::initWithCapacity(size_t capacity) in initWithCapacity()
6123 _IOMemoryDescriptorMixedData::free() in free()
6130 _IOMemoryDescriptorMixedData::freeMemory() in freeMemory()
6138 _IOMemoryDescriptorMixedData::appendBytes(const void * bytes, size_t length) in appendBytes()
6169 _IOMemoryDescriptorMixedData::setLength(size_t length) in setLength()
6184 _IOMemoryDescriptorMixedData::getBytes() const in getBytes()
6190 _IOMemoryDescriptorMixedData::getLength() const in getLength()