Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h92 #define SCMD_RESERVE 0x16 macro
431 /* 0x16 */ SCMD_RESERVE, "reserve", \
/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h83 SPC3_CMD_RESERVE = SCMD_RESERVE,
84 SPC3_CMD_RESERVE6 = SCMD_RESERVE,
85 SPC3_CMD_RESERVE_ELEMENT = SCMD_RESERVE,
86 SPC3_CMD_RESERVE_ELEMENT6 = SCMD_RESERVE,
/titanic_41/usr/src/cmd/format/
H A Dctlr_scsi.c363 if (uscsi_reserve_release(cur_file, SCMD_RESERVE)) {
2773 cdb.scc_cmd = (cmd == SCMD_RESERVE) ? SCMD_RESERVE : SCMD_RELEASE; in uscsi_reserve_release()
2788 cdb.scc_cmd = (cmd == SCMD_RESERVE) ? in uscsi_reserve_release()
2795 err_print("%s failed\n", (cmd == SCMD_RESERVE) ? in uscsi_reserve_release()
/titanic_41/usr/src/cmd/luxadm/
H A Dlux_util.c230 scsi_command_names[16].command = SCMD_RESERVE; in scsi_find_command_name()
691 union scsi_cdb cdb = {SCMD_RESERVE, 0, 0, 0, 0, 0}; in scsi_reserve()
/titanic_41/usr/src/lib/storage/libg_fc/common/
H A Dio.c599 const my_cdb_g0 cdb = {SCMD_RESERVE, 0, 0, 0, 0, 0}; in g_scsi_reserve_cmd()
H A Dgenf.c733 scsi_command_names[16].command = SCMD_RESERVE; in g_scsi_find_command_name()
/titanic_41/usr/src/uts/common/io/
H A Demul64.c1298 case SCMD_RESERVE: in emul64_handle_cmd()
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1161 if ((pkt->pkt_cdbp[0] == SCMD_RESERVE) || in vhci_scsi_start()
3342 if ((pkt->pkt_cdbp[0] == SCMD_RESERVE) || in vhci_intr()
3459 if ((pkt->pkt_cdbp[0] == SCMD_RESERVE) || in vhci_intr()
3508 if ((pkt->pkt_cdbp[0] == SCMD_RESERVE) || in vhci_intr()
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c3160 cdb0 != SCMD_RESERVE && in sbd_new_task()
3262 if (cdb0 == SCMD_RESERVE) { in sbd_new_task()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c7728 case SCMD_RESERVE: in st_setup_cmd()
8882 case SCMD_RESERVE: in st_make_cmd()
11942 case SCMD_RESERVE: in st_set_state()
13014 cdb[0] = SCMD_RESERVE; in st_reserve_release()
18378 { SCMD_RESERVE,
H A Dsd.c25695 cdb[0] = SCMD_RESERVE;
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3233 case SCMD_RESERVE: in scsa2usb_check_bulkonly_blacklist_attrs()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2529 scsi_req.cdbp[0] == SCMD_RESERVE || in ql_scsi_passthru()