Searched refs:SCMD_RESERVE (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/scsi/generic/ |
H A D | commands.h | 92 #define SCMD_RESERVE 0x16 macro 433 /* 0x16 */ SCMD_RESERVE, "reserve", \
|
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 84 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 D | ctlr_scsi.c | 315 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 D | lux_util.c | 230 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 D | io.c | 599 const my_cdb_g0 cdb = {SCMD_RESERVE, 0, 0, 0, 0, 0}; in g_scsi_reserve_cmd()
|
H A D | genf.c | 733 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 D | smartpqi_util.c | 576 case SCMD_RESERVE: return ("Reserve"); in cdb_to_str()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | emul64.c | 1291 case SCMD_RESERVE: in emul64_handle_cmd()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 1164 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 D | sbd_scsi.c | 3378 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 D | st.c | 7728 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 D | sd.c | 25134 cdb[0] = SCMD_RESERVE;
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 3227 case SCMD_RESERVE: in scsa2usb_check_bulkonly_quirks()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 2635 scsi_req.cdbp[0] == SCMD_RESERVE || in ql_scsi_passthru()
|