Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dcommands.h92 #define SCMD_RESERVE 0x16 macro
433 /* 0x16 */ SCMD_RESERVE, "reserve", \
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dspc3_types.h84 SPC3_CMD_RESERVE = SCMD_RESERVE,
85 SPC3_CMD_RESERVE6 = SCMD_RESERVE,
86 SPC3_CMD_RESERVE_ELEMENT = SCMD_RESERVE,
87 SPC3_CMD_RESERVE_ELEMENT6 = SCMD_RESERVE,
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c315 if (uscsi_reserve_release(cur_file, SCMD_RESERVE)) { in scsi_format()
2669 cdb.scc_cmd = (cmd == SCMD_RESERVE) ? SCMD_RESERVE : SCMD_RELEASE; in uscsi_reserve_release()
2684 cdb.scc_cmd = (cmd == SCMD_RESERVE) ? in uscsi_reserve_release()
2691 err_print("%s failed\n", (cmd == SCMD_RESERVE) ? in uscsi_reserve_release()
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c230 scsi_command_names[16].command = SCMD_RESERVE; in scsi_find_command_name()
688 union scsi_cdb cdb = {SCMD_RESERVE, 0, 0, 0, 0, 0}; in scsi_reserve()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_util.c576 case SCMD_RESERVE: return ("Reserve"); in cdb_to_str()
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c1291 case SCMD_RESERVE: in emul64_handle_cmd()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1164 if ((pkt->pkt_cdbp[0] == SCMD_RESERVE) || in vhci_scsi_start()
3345 if ((pkt->pkt_cdbp[0] == SCMD_RESERVE) || in vhci_intr()
3462 if ((pkt->pkt_cdbp[0] == SCMD_RESERVE) || in vhci_intr()
3511 if ((pkt->pkt_cdbp[0] == SCMD_RESERVE) || in vhci_intr()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c3378 cdb0 != SCMD_RESERVE && in sbd_new_task()
3559 if (cdb0 == SCMD_RESERVE) { in sbd_new_task()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c7728 case SCMD_RESERVE: in st_setup_cmd()
8883 case SCMD_RESERVE: in st_make_cmd()
11943 case SCMD_RESERVE: in st_set_state()
13016 cdb[0] = SCMD_RESERVE; in st_reserve_release()
18380 { SCMD_RESERVE,
H A Dsd.c25134 cdb[0] = SCMD_RESERVE;
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3227 case SCMD_RESERVE: in scsa2usb_check_bulkonly_quirks()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2635 scsi_req.cdbp[0] == SCMD_RESERVE || in ql_scsi_passthru()