Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4944 struct fcp_lun *pseq_lun = NULL; in fcp_handle_mapflags() local
4997 for (pseq_lun = ptgt->tgt_lun; in fcp_handle_mapflags()
4998 pseq_lun != NULL; in fcp_handle_mapflags()
4999 pseq_lun = pseq_lun->lun_next) { in fcp_handle_mapflags()
5000 if ((pseq_lun->lun_type == DTYPE_SEQUENTIAL) && in fcp_handle_mapflags()
5001 !(pseq_lun->lun_state & FCP_LUN_OFFLINE)) { in fcp_handle_mapflags()