Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c967 struct sf_target *ntarget; in sf_detach() local
975 for (ntarget = target->sft_next_lun; in sf_detach()
976 ntarget; in sf_detach()
977 ntarget = ntarget->sft_next_lun) { in sf_detach()
978 mutex_enter(&ntarget->sft_mutex); in sf_detach()
979 if (!(ntarget->sft_state & in sf_detach()
981 ntarget->sft_state |= in sf_detach()
985 mutex_exit(&ntarget->sft_mutex); in sf_detach()
1029 struct sf_target *ntarget; in sf_detach() local
1036 for (ntarget = target->sft_next_lun; in sf_detach()
[all …]