Contents

UserReportInitiatorIdentifier

Gets the SCSI device identifier for the host bus adapter (HBA) in response to a call from the framework.

Declaration

virtual kern_return_t UserReportInitiatorIdentifier(uint64_t *id);

Parameters

  • id:

    On return, set this to the value of the initiator identifier.

Return Value

A value that indicates the result of getting the initiator identifier. kIOReturnSuccess indicates success. For error definitions, see IOKit Constants.

Discussion

The framework calls this method to determine the SCSI device identifier that the initiator has assigned for this HBA.

See Also

Managing Host Bus Adapters