Contents

gatedReturnCommand

Declaration

virtual IOReturn gatedReturnCommand(
 IOCommand *vCommand);

Parameters

  • vCommand:

    A pointer to the IOCommand object to be returned to the pool.

Return Value

Always returns kIOReturnSuccess if the vCommand argument is valid.

Overview

The gatedReturnCommand method is used to serialize the return of a command to the pool behind a command gate, runAction-ed by returnCommand.

See Also

Miscellaneous