Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c969 struct sf_target *ntarget; in sf_detach() local
977 for (ntarget = target->sft_next_lun; in sf_detach()
978 ntarget; in sf_detach()
979 ntarget = ntarget->sft_next_lun) { in sf_detach()
980 mutex_enter(&ntarget->sft_mutex); in sf_detach()
981 if (!(ntarget->sft_state & in sf_detach()
983 ntarget->sft_state |= in sf_detach()
987 mutex_exit(&ntarget->sft_mutex); in sf_detach()
1031 struct sf_target *ntarget; in sf_detach() local
1038 for (ntarget = target->sft_next_lun; in sf_detach()
[all …]