Searched refs:returnCommand (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandPool.h71 * and calling the returnCommand method with the newly created command as its
175 * @function returnCommand
177 * The returnCommand method is used to place an object of type IOCommand
183 virtual void returnCommand(IOCommand *command);
209 * command to the pool behind a command gate, runAction-ed by returnCommand.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp184 // returnCommand - Returns command to the pool.
188 returnCommand(IOCommand *command) function in class:IOCommandPool

Completed in 19 milliseconds