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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCommandGate.h57 CAUTION: The runAction and runCommand functions can not be called from an interrupt context. But attemptCommand can, though it may return an error
159 /*! @function attemptCommand
162 a single threaded manner. When the executing on a client's thread attemptCommand will fail if the work-loop's gate is closed.
169 virtual IOReturn attemptCommand(void *arg0 = 0, void *arg1 = 0,
177 client's thread attemptCommand will fail if the work-loop's gate is closed.
212 @discussion Enable the command gate. The attemptAction/attemptCommand calls will now be enabled and can succeeed. Stalled runCommand/runAction calls will be woken up. */
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCommandGate.cpp115 IOReturn IOCommandGate::attemptCommand(void *arg0, void *arg1, function in class:IOCommandGate

Completed in 35 milliseconds