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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCommandGate.h172 /*! @function attemptAction
186 virtual IOReturn attemptAction(Action action,
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.cpp118 return attemptAction((Action) action, arg0, arg1, arg2, arg3);
164 IOReturn IOCommandGate::attemptAction(Action inAction, function in class:IOCommandGate

Completed in 30 milliseconds