Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/Kernel/
H A DIOMemoryDescriptor.cpp176 class _IOMemoryDescriptorMixedData : public OSObject class
178 OSDeclareDefaultStructors(_IOMemoryDescriptorMixedData);
181 static OSPtr<_IOMemoryDescriptorMixedData> withCapacity(size_t capacity);
4450 _memoryEntries = _IOMemoryDescriptorMixedData::withCapacity(size); in initMemoryEntries()
6167 OSDefineMetaClassAndStructors(_IOMemoryDescriptorMixedData, OSObject) in OSDefineMetaClassAndStructors() argument
6169 OSPtr<_IOMemoryDescriptorMixedData> in OSDefineMetaClassAndStructors()
6170 _IOMemoryDescriptorMixedData::withCapacity(size_t capacity) in OSDefineMetaClassAndStructors()
6172 OSSharedPtr<_IOMemoryDescriptorMixedData> me = OSMakeShared<_IOMemoryDescriptorMixedData>(); in OSDefineMetaClassAndStructors()
6180 _IOMemoryDescriptorMixedData::initWithCapacity(size_t capacity) in initWithCapacity()
6205 _IOMemoryDescriptorMixedData::free() in free()
[all …]
/xnu-10063.121.3/iokit/IOKit/
H A DIOMemoryDescriptor.h50 class _IOMemoryDescriptorMixedData; variable
1169 OSPtr<_IOMemoryDescriptorMixedData> _memoryEntries;