Contents

UserAbortTaskRequest

Aborts a single task.

Declaration

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

Parameters

  • theT:

    The target containing the task to abort.

  • theL:

    The logical unit containing the task to abort.

  • theQ:

    The tag of the task to abort.

  • response:

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

Discussion

This method doesn’t clear previously established conditions, such as MODE SELECT parameters, reservations, and autocontingent allegiance (ACA) attributes.

See Also

Performing SCSI Standard Task Management