Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp187 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(kernel_task, in IODMACommandForceDoubleBufferTest()
426 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(current_task(), in IOMemoryPrefaultTest()
467 bmd = IOBufferMemoryDescriptor::inTaskWithOptions( in IOBMDSetLengthMapTest()
508 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(NULL, in BadFixedAllocTest()
524 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(NULL, in IODirectionPrepareNoZeroFillTest()
548 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(current_task(), in IOMemoryMapTest()
625 bmd = IOBufferMemoryDescriptor::inTaskWithOptions(TASK_NULL, in AllocationNameTest()
749 IOBufferMemoryDescriptor * bmd = IOBufferMemoryDescriptor::inTaskWithOptions(TASK_NULL, in IOMDContextTest()
801 …sbmds[0] = IOBufferMemoryDescriptor::inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryK… in IOMemoryDescriptorTest()
802 …sbmds[1] = IOBufferMemoryDescriptor::inTaskWithOptions(kernel_task, kIODirectionOutIn | kIOMemoryK… in IOMemoryDescriptorTest()
[all …]
/xnu-11417.101.15/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h214 static OSPtr<IOBufferMemoryDescriptor> inTaskWithOptions(
240 static OSPtr<IOBufferMemoryDescriptor> inTaskWithOptions(
/xnu-11417.101.15/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp497 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions() function in IOBufferMemoryDescriptor
512 IOBufferMemoryDescriptor::inTaskWithOptions( in inTaskWithOptions() function in IOBufferMemoryDescriptor
H A DIOPMrootDomain.cpp12751 memDesc = IOBufferMemoryDescriptor::inTaskWithOptions(
12799 memDesc = IOBufferMemoryDescriptor::inTaskWithOptions(
H A DIOUserServer.cpp918 bmd = IOBufferMemoryDescriptor::inTaskWithOptions( in Create_Impl()