Lines Matching defs:ptarget
3216 struct sf_target *target, *ntarget, *otarget, *ptarget;
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; target->sft_next_lun;
3323 mutex_exit(&ptarget->sft_mutex);