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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandGate.h168 /*! @function attemptAction
182 virtual IOReturn attemptAction(Action action,
208 @discussion Enable the command gate. The attemptAction/attemptCommand calls will now be enabled and can succeeed. Stalled runCommand/runAction calls will be woken up. */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandGate.cpp145 return attemptAction((Action) action, arg0, arg1, arg2, arg3);
201 IOReturn IOCommandGate::attemptAction(Action inAction, function in class:IOCommandGate

Completed in 16 milliseconds