<!--
{
  "availability" : [
    "DriverKit: -"
  ],
  "documentType" : "symbol",
  "framework" : "SCSIControllerDriverKit",
  "identifier" : "/documentation/SCSIControllerDriverKit/IOUserSCSIParallelInterfaceController/UserLogicalUnitResetRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SCSIControllerDriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOUserSCSIParallelInterfaceController@F@UserLogicalUnitResetRequest#k#k#*i#"
  },
  "title" : "UserLogicalUnitResetRequest"
}
-->

# UserLogicalUnitResetRequest

Resets a logical unit.

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)