Home
last modified time | relevance | path

Searched refs:setContext (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp758 bmd->setContext(NULL); in IOMDContextTest()
761 bmd->setContext(firstString); in IOMDContextTest()
766 bmd->setContext(NULL); in IOMDContextTest()
769 bmd->setContext(secondString); in IOMDContextTest()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h851 void setContext(OSObject * context);
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2491 IOMemoryDescriptor::setContext(OSObject * obj) in setContext() function in IOMemoryDescriptor