Home
last modified time | relevance | path

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

/xnu-11215/iokit/Tests/
H A DTestDevice.cpp48 TestDevice::enqueueCommand(bool sleep, in OSDefineMetaClassAndStructors()
51 return commQ->enqueueCommand(sleep, (void *) act, (void *) tag, dataP); in OSDefineMetaClassAndStructors()
148 sDevice->enqueueCommand in producer()
/xnu-11215/iokit/Kernel/
H A DIOCommandQueue.cpp215 #error IOCommandQueue::enqueueCommand needs to be updated
219 IOCommandQueue::enqueueCommand(bool gotoSleep, in enqueueCommand() function in IOCommandQueue
/xnu-11215/iokit/IOKit/
H A DIOCommandQueue.h77 virtual kern_return_t enqueueCommand(bool gotoSleep = true,