Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp117 memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, in IOGetBootKeyStoreData()
172 …IOMemoryDescriptor* memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, 1, 0, NULL, option… in IOGetAPFSKeyStoreData()
202 …IOMemoryDescriptor* memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, 1, 0, NULL, option… in IOGetARVRootHashData()
231 …IOMemoryDescriptor* memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, 1, 0, NULL, option… in IOGetBaseSystemARVRootHashData()
277 …IOMemoryDescriptor* memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, 1, 0, NULL, option… in IOGetARVManifestData()
306 …IOMemoryDescriptor* memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges, 1, 0, NULL, option… in IOGetBaseSystemARVManifestData()
/xnu-11215/iokit/Tests/TestServices/
H A DTestIOConnectMapMemoryPortLeak45265408.cpp32 this->sharedMemory = IOBufferMemoryDescriptor::withOptions(kIOMemoryKernelUserShared, PAGE_SIZE); in start()
/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h192 static OSPtr<IOBufferMemoryDescriptor> withOptions( IOOptionBits options,
H A DIOMemoryDescriptor.h591 static OSPtr<IOMemoryDescriptor> withOptions(void * buffers,
/xnu-11215/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp177 inst->iomd = IOBufferMemoryDescriptor::withOptions(mem_options, max_len); in Create_Impl()
H A DIOBufferMemoryDescriptor.cpp573 IOBufferMemoryDescriptor::withOptions( in withOptions() function in IOBufferMemoryDescriptor
598 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
H A DIOHibernateIO.cpp533 vars->srcBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, in IOHibernateSystemSleep()
536 vars->handoffBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, in IOHibernateSystemSleep()
1557 …IOBufferMemoryDescriptor *md = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn, rounded_si…
H A DIOPolledInterface.cpp208 vars->ioBuffer = ioBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionInOut, in IOPolledFilePollersOpen()
H A DIOMemoryDescriptor.cpp1784 IOMemoryDescriptor::withOptions(void * buffers, in withOptions() function in IOMemoryDescriptor
/xnu-11215/iokit/System/
H A DIODataQueueDispatchSourceShared.h96 bmd = IOBufferMemoryDescriptor::withOptions( in Create_Impl()