Searched refs:withOptions (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/iokit/Kernel/i386/ |
| H A D | IOKeyStoreHelper.cpp | 117 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 D | TestIOConnectMapMemoryPortLeak45265408.cpp | 32 this->sharedMemory = IOBufferMemoryDescriptor::withOptions(kIOMemoryKernelUserShared, PAGE_SIZE); in start()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOBufferMemoryDescriptor.h | 192 static OSPtr<IOBufferMemoryDescriptor> withOptions( IOOptionBits options,
|
| H A D | IOMemoryDescriptor.h | 591 static OSPtr<IOMemoryDescriptor> withOptions(void * buffers,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOExtensiblePaniclog.cpp | 177 inst->iomd = IOBufferMemoryDescriptor::withOptions(mem_options, max_len); in Create_Impl()
|
| H A D | IOBufferMemoryDescriptor.cpp | 573 IOBufferMemoryDescriptor::withOptions( in withOptions() function in IOBufferMemoryDescriptor 598 return IOBufferMemoryDescriptor::withOptions( in withCapacity()
|
| H A D | IOHibernateIO.cpp | 533 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 D | IOPolledInterface.cpp | 208 vars->ioBuffer = ioBuffer = IOBufferMemoryDescriptor::withOptions(kIODirectionInOut, in IOPolledFilePollersOpen()
|
| H A D | IOMemoryDescriptor.cpp | 1784 IOMemoryDescriptor::withOptions(void * buffers, in withOptions() function in IOMemoryDescriptor
|
| /xnu-11215/iokit/System/ |
| H A D | IODataQueueDispatchSourceShared.h | 96 bmd = IOBufferMemoryDescriptor::withOptions( in Create_Impl()
|