Searched refs:enqueueCommand (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Tests/
H A DTestDevice.cpp48 TestDevice::enqueueCommand(bool sleep, function in class:TestDevice
51 return commQ->enqueueCommand(sleep, (void *) act, (void *) tag, dataP);
133 sDevice->enqueueCommand
H A DTests.h94 kern_return_t enqueueCommand(bool sleep,
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandQueue.h76 virtual kern_return_t enqueueCommand(bool gotoSleep = true,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandQueue.cpp198 #error IOCommandQueue::enqueueCommand needs to be updated
202 IOCommandQueue::enqueueCommand(bool gotoSleep, function in class:IOCommandQueue

Completed in 24 milliseconds