Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h213 #define SCMD_PERSISTENT_RESERVE_IN 0x5E macro
215 #define SCMD_PRIN SCMD_PERSISTENT_RESERVE_IN
475 /* 0x5e */ SCMD_PERSISTENT_RESERVE_IN, "persistent_reserve_in", \
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c176 ((cdb[0]) == SCMD_PERSISTENT_RESERVE_IN) || \
895 ASSERT(task->task_cdb[0] == SCMD_PERSISTENT_RESERVE_IN); in sbd_handle_pgr_in_cmd()
1073 ASSERT(task->task_cdb[0] == SCMD_PERSISTENT_RESERVE_IN); in sbd_pgr_in_read_keys()
1101 ASSERT(task->task_cdb[0] == SCMD_PERSISTENT_RESERVE_IN); in sbd_pgr_in_read_reservation()
1139 ASSERT(task->task_cdb[0] == SCMD_PERSISTENT_RESERVE_IN); in sbd_pgr_in_report_capabilities()
1180 ASSERT(task->task_cdb[0] == SCMD_PERSISTENT_RESERVE_IN); in sbd_pgr_in_read_full_status()
H A Dsbd_scsi.c3163 cdb0 != SCMD_PERSISTENT_RESERVE_IN && in sbd_new_task()
3233 if (cdb0 == SCMD_PERSISTENT_RESERVE_IN) { in sbd_new_task()
/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h200 SPC3_CMD_PERSISTENT_RESERVE_IN = SCMD_PERSISTENT_RESERVE_IN,
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_hba.c483 case SCMD_PERSISTENT_RESERVE_IN: in smrt_tran_start()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvdc.c5888 cdb->scc_cmd != SCMD_PERSISTENT_RESERVE_IN && in vdc_scsi_status()
6135 cdb->scc_cmd = SCMD_PERSISTENT_RESERVE_IN; in vdc_scsi_alloc_persistent_in()
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3235 case SCMD_PERSISTENT_RESERVE_IN: in scsa2usb_check_bulkonly_blacklist_attrs()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c11956 case SCMD_PERSISTENT_RESERVE_IN: in st_set_state()
16927 SCMD_PERSISTENT_RESERVE_IN)) { in st_recover()
H A Dsd.c19460 if ((cmd == SCMD_PERSISTENT_RESERVE_IN) ||
20936 cdb.scc_cmd = SCMD_PERSISTENT_RESERVE_IN;