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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c3843 struct fcp_lun *tplun; local
3890 for (tplun = ptgt->tgt_lun; tplun != NULL; tplun =
3891 tplun->lun_next) {
3892 mutex_enter(&tplun->lun_mutex);
3893 if (!(tplun->lun_state & FCP_LUN_OFFLINE)) {
3896 mutex_exit(&tplun->lun_mutex);

Completed in 69 milliseconds