Contents

UserClearTaskSetRequest

Aborts all tasks in a logical unit and clears their data.

Declaration

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

Parameters

  • theT:

    The target containing the tasks to clear.

  • theL:

    The logical unit containing the tasks to clear.

  • response:

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

Discussion

This method clears all pending and status data, but not previously established conditions, such as MODE SELECT parameters, reservations, and autocontingent allegiance (ACA) attributes.

See Also

Performing SCSI Standard Task Management