Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dportif.h103 uint8_t ident_len[2]; member
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1782 uint16_t ident_len, adn_len, tptid_sz; in login_sm_session_register() local
1806 ident_len = strlen(ist->ist_initiator_name) + 1; in login_sm_session_register()
1808 ident_len, KM_SLEEP); in login_sm_session_register()
1810 ss->ss_rport_id->ident_length = ident_len - 1; in login_sm_session_register()
1817 adn_len = (ident_len + 3) & ~ 3; in login_sm_session_register()
1825 ist->ist_initiator_name, ident_len); in login_sm_session_register()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c8181 len = SCSI_READ16(&dflt1->ident_len); in stmf_scsilib_tptid_compare()
8182 if ((memcmp(dflt1->ident_len, dflt2->ident_len, 2) != 0) || in stmf_scsilib_tptid_compare()
8205 uint16_t ident_len, sz = 0; in stmf_scsilib_devid_to_remote_port() local
8208 ident_len = devid->ident_length; in stmf_scsilib_devid_to_remote_port()
8209 ASSERT(ident_len); in stmf_scsilib_devid_to_remote_port()
8230 ident_len - 1); in stmf_scsilib_devid_to_remote_port()
8235 SCSI_WRITE16(iscsi_tpd->add_len, ident_len); in stmf_scsilib_devid_to_remote_port()
8265 ident_len = devid->ident_length; in stmf_scsilib_devid_to_remote_port()
8267 ident_len - 1); in stmf_scsilib_devid_to_remote_port()
8272 SCSI_WRITE16(dflt_tpd->ident_len, ident_len); in stmf_scsilib_devid_to_remote_port()
[all …]