Home
last modified time | relevance | path

Searched refs:tptid (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h313 uint8_t tptid[1]; member
509 uint8_t tptid[1];
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c8038 stmf_scsilib_tptid_validate(scsi_transport_id_t *tptid, uint32_t total_sz, in stmf_scsilib_tptid_validate() argument
8048 switch (tptid->protocol_id) { in stmf_scsilib_tptid_validate()
8052 if (total_sz < tpd_len || tptid->format_code != 0) in stmf_scsilib_tptid_validate()
8063 (tptid->format_code != 0 && tptid->format_code != 1)) in stmf_scsilib_tptid_validate()
8066 iscsiid = (iscsi_transport_id_t *)tptid; in stmf_scsilib_tptid_validate()
8082 if ((tptid->format_code == 1) && (strstr(iscsiid->iscsi_name, in stmf_scsilib_tptid_validate()
8091 if (total_sz < tpd_len || tptid->format_code != 0) in stmf_scsilib_tptid_validate()
8108 dflttpd = (stmf_dflt_scsi_tptid_t *)tptid; in stmf_scsilib_tptid_validate()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c1834 (scsi_transport_id_t *)plist->tptid, adn_len, &tpd_len)) { in sbd_pgr_out_register_and_move()
1841 rport.rport_tptid = (scsi_transport_id_t *)plist->tptid; in sbd_pgr_out_register_and_move()