Searched defs:tpd_len (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c178 print_transport_id(uintptr_t addr, uint16_t tpd_len, char *spacer) argument
182 if (tpd_len < sizeof (*tpd)) {
184 "sizeof (scsi_transport_id_t)\n", spacer, tpd_len);
188 tpd = mdb_zalloc(tpd_len, UM_SLEEP);
189 if (mdb_vread(tpd, tpd_len, addr) == -1) {
191 mdb_free(tpd, tpd_len);
195 mdb_printf("%sTotal length:\t%d\n", spacer, tpd_len);
232 mdb_free(tpd, tpd_len);
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c362 uint16_t tpd_len = 0; local
366 spi_key->pgr_key_rpt_len, &tpd_len)) {
370 if (tpd_len != spi_key->pgr_key_rpt_len) {
1749 uint16_t tpd_len; local
1781 (scsi_transport_id_t *)plist->tptid, adn_len, &tpd_len)) {
1789 rport.rport_tptid_sz = tpd_len;
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c7725 uint16_t tpd_len = SCSI_TPTID_SIZE; local
7736 if (total_sz < tpd_len || tptid->format_code != 0)
7746 if ((total_sz < tpd_len) ||
7752 tpd_len = sizeof (iscsi_transport_id_t) + adn_len - 1;
7775 if (total_sz < tpd_len || tptid->format_code != 0)
7789 tpd_len = sizeof (stmf_dflt_scsi_tptid_t);
7790 if (total_sz < tpd_len)
7793 tpd_len = tpd_len + SCSI_READ16(&dflttpd->ident_len) - 1;
7794 if (total_sz < tpd_len)
[all...]

Completed in 85 milliseconds