Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c129 static struct sf_target *sf_lookup_target(struct sf *, uchar_t *, int);
131 static struct sf_target *sf_lookup_target(struct sf *, uchar_t *, int64_t);
1300 if ((target = sf_lookup_target(sf, wwn, lun)) == NULL) { in sf_scsi_tgt_init()
3235 target = sf_lookup_target(sf, privp->port_wwn, lun); in sf_create_target()
3241 if ((ptarget = sf_lookup_target(sf, privp->port_wwn, in sf_create_target()
3431 sf_lookup_target(struct sf *sf, uchar_t *wwn, int lun) in sf_lookup_target() function
3433 sf_lookup_target(struct sf *sf, uchar_t *wwn, int64_t lun) in sf_lookup_target()
4788 target = sf_lookup_target(sf, target->sft_port_wwn, 0); in sf_reset()