Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp1918 IOMemoryDescriptor* memoryRaw = nullptr; in clientMemoryForType() local
1919 IOReturn result = clientMemoryForType(type, options, &memoryRaw); in clientMemoryForType()
1920 memory.reset(memoryRaw, OSNoRetain); in clientMemoryForType()