Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dstmf_sbd.h262 #define SL_LU_HAS_SCSI2_RESERVATION 0x00000400 macro
H A Dsbd_scsi.c2975 if ((sl->sl_flags & SL_LU_HAS_SCSI2_RESERVATION) == 0) { in sbd_check_and_clear_scsi2_reservation()
3003 sl->sl_flags &= ~SL_LU_HAS_SCSI2_RESERVATION; in sbd_check_and_clear_scsi2_reservation()
3100 } else if ((sl->sl_flags & SL_LU_HAS_SCSI2_RESERVATION) && in sbd_new_task()
3246 if (sl->sl_flags & SL_LU_HAS_SCSI2_RESERVATION) { in sbd_new_task()
3255 sl->sl_flags &= ~SL_LU_HAS_SCSI2_RESERVATION; in sbd_new_task()
3270 if (sl->sl_flags & SL_LU_HAS_SCSI2_RESERVATION) { in sbd_new_task()
3280 sl->sl_flags |= SL_LU_HAS_SCSI2_RESERVATION; in sbd_new_task()
3621 SL_LU_HAS_SCSI2_RESERVATION); in sbd_ctl()
H A Dsbd.c2096 sl->sl_flags &= ~SL_LU_HAS_SCSI2_RESERVATION; in sbd_proxy_reg_lu()