sdi_rxedt(D3I) sdi_rxedt(D3I)
NAME
sdi_rxedt - search the EDT for an extended entry
SYNOPSIS
#include <sys/sdi.h>
#include <sys/ddi.h>
struct sdi_edt *sdi_rxedt(int hba, int bus, int scsi_id, int lun);
Arguments
hba HBA number for the device
bus SCSI channel of this device on the HBA
scsi_id
Target number of this device on the given bus and HBA
lun Logical unit number of this device on the given target,
bus, and HBA
DESCRIPTION
sdi_rxedt returns a pointer to an Equipped Device Table (EDT)
entry for the device specified by the hba, bus, scsi_id, and
lun given if such an entry exists. If the EDT is empty or no
matching entry exists, a NULL pointer is returned. The value
for hba used must be the same as the value returned by
sdi_gethbano when the Host Bus Adapter (HBA) was initialized.
Return Values
Pointer to an sdi_edt structure. A NULL return indicates that
no matching entry exists.
USAGE
sdi_rxedt is used in place of sdi_redt for HBAs that support
multiple SCSI channels.
Level
Base only.
REFERENCES
sdi_edt(D4I), sdi_gethbano(D3I), sdi_redt(D3I)
NOTICES
Applicability
sdi: 2
Copyright 1994 Novell, Inc. Page 1