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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3216 struct sf_target *target, *ntarget, *otarget, *ptarget; local
3239 if ((ptarget = sf_lookup_target(sf, privp->port_wwn,
3251 mutex_enter(&ptarget->sft_mutex);
3252 if (target != NULL && ptarget->sft_lip_cnt == sf->sf_lip_cnt &&
3253 ptarget->sft_state&SF_TARGET_OFFLINE) {
3255 mutex_exit(&ptarget->sft_mutex);
3266 mutex_exit(&ptarget->sft_mutex);
3280 mutex_exit(&ptarget->sft_mutex);
3315 mutex_enter(&ptarget->sft_mutex);
3317 for (target = ptarget; targe
[all...]

Completed in 64 milliseconds