Contents

setCommandBlock(IOMemoryDescriptor *)

Sets the command block portion of the ORB.

Declaration

virtual IOReturn setCommandBlock(
 IOMemoryDescriptor *memory );

Parameters

  • memory:

    IOMemoryDescriptor representing the command block buffer.

Return Value

Returns KIOReturnSuccess if the command block was updated successfully.

Overview

Copys the data provided in the buffer to the command block portion of the ORB.

See Also

Miscellaneous