Searched defs:tptid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h313 uint8_t tptid[1]; member in struct:scsi_prout_reg_move_plist
509 uint8_t tptid[1]; member in struct:scsi_prout_reg_move_plist
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c7722 stmf_scsilib_tptid_validate(scsi_transport_id_t *tptid, uint32_t total_sz, argument
7732 switch (tptid->protocol_id) {
7736 if (total_sz < tpd_len || tptid->format_code != 0)
7747 (tptid->format_code != 0 && tptid->format_code != 1))
7750 iscsiid = (iscsi_transport_id_t *)tptid;
7766 if ((tptid->format_code == 1) && (strstr(iscsiid->iscsi_name,
7775 if (total_sz < tpd_len || tptid->format_code != 0)
7792 dflttpd = (stmf_dflt_scsi_tptid_t *)tptid;

Completed in 95 milliseconds