Home
last modified time | relevance | path

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

/titanic_44/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) { in sf_scsi_tgt_init()
3233 target = sf_lookup_target(sf, privp->port_wwn, lun); in sf_create_target()
3239 if ((ptarget = sf_lookup_target(sf, privp->port_wwn, in sf_create_target()
3429 sf_lookup_target(struct sf *sf, uchar_t *wwn, int lun) in sf_lookup_target() function
3431 sf_lookup_target(struct sf *sf, uchar_t *wwn, int64_t lun) in sf_lookup_target()
4786 target = sf_lookup_target(sf, target->sft_port_wwn, 0); in sf_reset()