Home
last modified time | relevance | path

Searched refs:blockForCommand (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOCommandPool.cpp153 IOCommandPool::getCommand(bool blockForCommand) in getCommand() argument
161 runAction(func, (void *) &command, (void *) blockForCommand); in getCommand()
177 gatedGetCommand(IOCommand **command, bool blockForCommand) in gatedGetCommand() argument
180 if (!blockForCommand) { in gatedGetCommand()
/xnu-11215/iokit/IOKit/
H A DIOCommandPool.h173 bool blockForCommand = true);
205 LIBKERN_RETURNS_NOT_RETAINED IOCommand **command, bool blockForCommand);