Home
last modified time | relevance | path

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

/xnu-8796.101.5/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp185 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(kernel_task, in IODMACommandForceDoubleBufferTest()
423 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(current_task(), in IOMemoryPrefaultTest()
464 bmd = IOBufferMemoryDescriptor::inTaskWithOptions( in IOBMDSetLengthMapTest()
505 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(NULL, in BadFixedAllocTest()
521 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(NULL, in IODirectionPrepareNoZeroFillTest()
545 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(current_task(), in IOMemoryMapTest()
622 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(TASK_NULL, in AllocationNameTest()
746 IOBufferMemoryDescriptor * bmd = IOBufferMemoryDescriptor::inTaskWithOptions(TASK_NULL, in IOMDContextTest()
798 …sbmds[0] = IOBufferMemoryDescriptor::inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryK… in IOMemoryDescriptorTest()
799 …sbmds[1] = IOBufferMemoryDescriptor::inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryK… in IOMemoryDescriptorTest()
[all …]
/xnu-8796.101.5/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h214 static OSPtr<IOBufferMemoryDescriptor> inTaskWithOptions(
240 static OSPtr<IOBufferMemoryDescriptor> inTaskWithOptions(
/xnu-8796.101.5/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp494 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions() function in IOBufferMemoryDescriptor
509 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions() function in IOBufferMemoryDescriptor
H A DIOPMrootDomain.cpp12465 memDesc = IOBufferMemoryDescriptor::inTaskWithOptions( in sleepWakeDebugMemAlloc()
12513 memDesc = IOBufferMemoryDescriptor::inTaskWithOptions( in sleepWakeDebugSpinDumpMemAlloc()
H A DIOUserServer.cpp928 bmd = IOBufferMemoryDescriptor::inTaskWithOptions( in Create_Impl()