Searched refs:sf_lookup_target (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c127 static struct sf_target *sf_lookup_target(struct sf *, uchar_t *, int);
129 static struct sf_target *sf_lookup_target(struct sf *, uchar_t *, int64_t);
1298 if ((target = sf_lookup_target(sf, wwn, lun)) == NULL) {
3233 target = sf_lookup_target(sf, privp->port_wwn, lun);
3239 if ((ptarget = sf_lookup_target(sf, privp->port_wwn,
3429 sf_lookup_target(struct sf *sf, uchar_t *wwn, int lun) function
3431 sf_lookup_target(struct sf *sf, uchar_t *wwn, int64_t lun)
4786 target = sf_lookup_target(sf, target->sft_port_wwn, 0);

Completed in 70 milliseconds