Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp186 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(kernel_task, in IODMACommandForceDoubleBufferTest()
425 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(current_task(), in IOMemoryPrefaultTest()
466 bmd = IOBufferMemoryDescriptor::inTaskWithOptions( in IOBMDSetLengthMapTest()
507 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(NULL, in BadFixedAllocTest()
523 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(NULL, in IODirectionPrepareNoZeroFillTest()
547 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(current_task(), in IOMemoryMapTest()
624 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(TASK_NULL, in AllocationNameTest()
748 IOBufferMemoryDescriptor * bmd = IOBufferMemoryDescriptor::inTaskWithOptions(TASK_NULL, in IOMDContextTest()
901 md1 = IOBufferMemoryDescriptor::inTaskWithOptions(TASK_NULL, in IOMemoryDescriptorTest()
967 md1 = IOBufferMemoryDescriptor::inTaskWithOptions(TASK_NULL, in IOMemoryDescriptorTest()
[all …]
/xnu-11215/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h214 static OSPtr<IOBufferMemoryDescriptor> inTaskWithOptions(
240 static OSPtr<IOBufferMemoryDescriptor> inTaskWithOptions(
/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp497 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions() function in IOBufferMemoryDescriptor
512 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions() function in IOBufferMemoryDescriptor
H A DIOPMrootDomain.cpp12742 memDesc = IOBufferMemoryDescriptor::inTaskWithOptions(
12790 memDesc = IOBufferMemoryDescriptor::inTaskWithOptions(
H A DIOUserServer.cpp944 bmd = IOBufferMemoryDescriptor::inTaskWithOptions( in Create_Impl()