Searched refs:rport_tptid_sz (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt.c | 874 (rport->rport_tptid_sz != in pppt_sess_lookup_locked() 875 ps->ps_stmf_sess->ss_rport->rport_tptid_sz)) { in pppt_sess_lookup_locked() 1034 ss->ss_rport = stmf_remote_port_alloc(rport->rport_tptid_sz); in pppt_sess_lookup_create() 1036 rport->rport_tptid_sz); in pppt_sess_lookup_create() 1137 if (psess1->ps_stmf_sess->ss_rport->rport_tptid_sz < in pppt_sess_avl_compare_by_name() 1138 psess2->ps_stmf_sess->ss_rport->rport_tptid_sz) { in pppt_sess_avl_compare_by_name() 1140 } else if (psess1->ps_stmf_sess->ss_rport->rport_tptid_sz > in pppt_sess_avl_compare_by_name() 1141 psess2->ps_stmf_sess->ss_rport->rport_tptid_sz) { in pppt_sess_avl_compare_by_name() 1148 psess1->ps_stmf_sess->ss_rport->rport_tptid_sz); in pppt_sess_avl_compare_by_name()
|
H A D | alua_ic_if.c | 1443 NVLIST_ADD_FIELD(uint16, rport, rport_tptid_sz); in stmf_ic_remote_port_marshal() 1445 (uint8_t *)rport->rport_tptid, rport->rport_tptid_sz); in stmf_ic_remote_port_marshal() 2099 uint16_t rport_tptid_sz = 0; in stmf_ic_remote_port_unmarshal() local 2102 rc = nvlist_lookup_uint16(nvl, "rport_tptid_sz", &rport_tptid_sz); in stmf_ic_remote_port_unmarshal() 2103 if (rc || rport_tptid_sz < sizeof (scsi_transport_id_t)) in stmf_ic_remote_port_unmarshal() 2106 rport = stmf_remote_port_alloc(rport_tptid_sz); in stmf_ic_remote_port_unmarshal() 2107 if (!stmf_ic_uint8_array_unmarshal(nvl, "rport_tptid", rport_tptid_sz, in stmf_ic_remote_port_unmarshal() 2264 dup = stmf_remote_port_alloc(rport->rport_tptid_sz); in remote_port_dup() 2266 rport->rport_tptid_sz); in remote_port_dup()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | portif.h | 87 uint16_t rport_tptid_sz; member
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_pgr.c | 414 spi_key->pgr_key_lpt_len, rpt->rport_tptid_sz); in sbd_pgr_meta_load() 1383 rpt_ary[tpdnum].rport_tptid_sz = tpd_sz; in sbd_pgr_out_register() 1410 rport.rport_tptid_sz = ses->ss_rport->rport_tptid_sz; in sbd_pgr_out_register() 1445 lpt_len, rpt->rport_tptid_sz); in sbd_pgr_do_register() 1842 rport.rport_tptid_sz = tpd_len; in sbd_pgr_out_register_and_move()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/ |
H A D | stmf_sbd.c | 557 rpt.rport_tptid_sz, " "); in stmf_remote_port()
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 3787 ss->ss_rport->rport_tptid_sz, NULL)) { in stmf_register_scsi_session() 8290 rpt->rport_tptid_sz = tptid_sz; in stmf_remote_port_alloc() 8305 kmem_free(rpt, sizeof (stmf_remote_port_t) + rpt->rport_tptid_sz); in stmf_remote_port_free()
|