Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp2014 IOMemoryDescriptor* memoryRaw = nullptr; in clientMemoryForType() local
2015 IOReturn result = clientMemoryForType(type, options, &memoryRaw); in clientMemoryForType()
2016 memory.reset(memoryRaw, OSNoRetain); in clientMemoryForType()