Contents

UserLogicalUnitResetRequest

Resets a logical unit.

Declaration

virtual kern_return_t UserLogicalUnitResetRequest(uint64_t theT, uint64_t theL, uint32_t *response);

Parameters

  • theT:

    The target containing the logical unit to reset.

  • theL:

    The logical unit to reset.

  • response:

    On return, a SCSI protocol-specific value indicating the success or failure of the request.

Discussion

The definition of the reset event that this request performs depends on the SCSI protocol.

See Also

Performing SCSI Standard Task Management