Searched refs:tptid_sz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1750 uint16_t ident_len, adn_len, tptid_sz; local
1784 tptid_sz = sizeof (iscsi_transport_id_t) - 1 + adn_len;
1785 ss->ss_rport = stmf_remote_port_alloc(tptid_sz);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c7723 uint16_t *tptid_sz)
7727 if (tptid_sz)
7728 *tptid_sz = 0;
7799 if (tptid_sz)
7800 *tptid_sz = tpd_len;
7970 stmf_remote_port_alloc(uint16_t tptid_sz) { argument
7973 sizeof (stmf_remote_port_t) + tptid_sz, KM_SLEEP);
7974 rpt->rport_tptid_sz = tptid_sz;
7722 stmf_scsilib_tptid_validate(scsi_transport_id_t *tptid, uint32_t total_sz, uint16_t *tptid_sz) argument

Completed in 94 milliseconds