Lines Matching refs:_IOMemoryDescriptorMixedData
176 class _IOMemoryDescriptorMixedData : public OSObject class
178 OSDeclareDefaultStructors(_IOMemoryDescriptorMixedData);
181 static OSPtr<_IOMemoryDescriptorMixedData> withCapacity(size_t capacity);
4450 _memoryEntries = _IOMemoryDescriptorMixedData::withCapacity(size); in initMemoryEntries()
6122 OSDefineMetaClassAndStructors(_IOMemoryDescriptorMixedData, OSObject) in OSDefineMetaClassAndStructors() argument
6124 OSPtr<_IOMemoryDescriptorMixedData> in OSDefineMetaClassAndStructors()
6125 _IOMemoryDescriptorMixedData::withCapacity(size_t capacity) in OSDefineMetaClassAndStructors()
6127 OSSharedPtr<_IOMemoryDescriptorMixedData> me = OSMakeShared<_IOMemoryDescriptorMixedData>(); in OSDefineMetaClassAndStructors()
6135 _IOMemoryDescriptorMixedData::initWithCapacity(size_t capacity) in initWithCapacity()
6160 _IOMemoryDescriptorMixedData::free() in free()
6167 _IOMemoryDescriptorMixedData::freeMemory() in freeMemory()
6175 _IOMemoryDescriptorMixedData::appendBytes(const void * bytes, size_t length) in appendBytes()
6196 _IOMemoryDescriptorMixedData::setLength(size_t length) in setLength()
6217 _IOMemoryDescriptorMixedData::getBytes() const in getBytes()
6223 _IOMemoryDescriptorMixedData::getLength() const in getLength()