Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dportif.h103 uint8_t ident_len[2]; member
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1732 uint16_t ident_len, adn_len, tptid_sz; in login_sm_session_register() local
1754 ident_len = strlen(ist->ist_initiator_name) + 1; in login_sm_session_register()
1756 ident_len, KM_SLEEP); in login_sm_session_register()
1758 ss->ss_rport_id->ident_length = ident_len - 1; in login_sm_session_register()
1765 adn_len = (ident_len + 3) & ~ 3; in login_sm_session_register()
1773 ist->ist_initiator_name, ident_len); in login_sm_session_register()
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c7794 tpd_len = tpd_len + SCSI_READ16(&dflttpd->ident_len) - 1; in stmf_scsilib_tptid_validate()
7867 len = SCSI_READ16(&dflt1->ident_len); in stmf_scsilib_tptid_compare()
7868 if ((memcmp(dflt1->ident_len, dflt2->ident_len, 2) != 0) || in stmf_scsilib_tptid_compare()
7891 uint16_t ident_len, sz = 0; in stmf_scsilib_devid_to_remote_port() local
7894 ident_len = devid->ident_length; in stmf_scsilib_devid_to_remote_port()
7895 ASSERT(ident_len); in stmf_scsilib_devid_to_remote_port()
7908 if ((ident_len < SCSI_TPTID_FC_PORT_NAME_SIZE * 2 + 4) || in stmf_scsilib_devid_to_remote_port()
7916 ident_len - 1); in stmf_scsilib_devid_to_remote_port()
7921 SCSI_WRITE16(iscsi_tpd->add_len, ident_len); in stmf_scsilib_devid_to_remote_port()
7922 (void) memcpy(iscsi_tpd->iscsi_name, devid->ident, ident_len); in stmf_scsilib_devid_to_remote_port()
[all …]