Symbol: READ_SCSI16
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
660
tdlen = READ_SCSI16(&params[2], uint16_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
710
n = READ_SCSI16(&p[2], uint16_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
716
n = READ_SCSI16(&p[4], uint16_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
723
n = READ_SCSI16(&p[6], uint16_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/ats_copy_mgr.c
730
cm->cm_copy_size = READ_SCSI16(&p[10], uint64_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1102
cdb_len = READ_SCSI16(&task->task_cdb[7], uint16_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1130
cdb_len = READ_SCSI16(&task->task_cdb[7], uint16_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1185
cdb_len = READ_SCSI16(&task->task_cdb[7], uint16_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1211
cdb_len = READ_SCSI16(&task->task_cdb[7], uint16_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
1824
lpt = stmf_scsilib_get_devid_desc(READ_SCSI16(plist->rel_tgt_port_id,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1563
len = READ_SCSI16(&task->task_cdb[7], uint32_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1572
len = READ_SCSI16(&task->task_cdb[7], uint32_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
1994
cmd_size = READ_SCSI16(&cdb[7], uint32_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2125
cmd_xfer_len = READ_SCSI16(&task->task_cdb[7], uint32_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2161
bd_len = hdr_len == 4 ? buf[3] : READ_SCSI16(&buf[6], int);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2380
len = READ_SCSI16(&task->task_cdb[7], uint64_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2633
len = READ_SCSI16(&task->task_cdb[7], uint64_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2760
cmd_xfer_len = READ_SCSI16(&task->task_cdb[7], uint32_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2797
ulen = READ_SCSI16(buf, uint32_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2798
dlen = READ_SCSI16(buf + 2, uint32_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
4098
len = READ_SCSI16(&task->task_cdb[7], uint32_t);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
891
len = READ_SCSI16(&task->task_cdb[7], uint32_t);
usr/src/uts/common/io/comstar/stmf/stmf.c
8067
adn_len = READ_SCSI16(iscsiid->add_len, uint16_t);
usr/src/uts/common/sys/stmf_defines.h
94
| (READ_SCSI16(addr+1, type)))
usr/src/uts/common/sys/stmf_defines.h
95
#define READ_SCSI32(addr, type) (((READ_SCSI16(addr, type)) << 16) |\
usr/src/uts/common/sys/stmf_defines.h
96
(READ_SCSI16((addr+2), type)))