Searched defs:rpt_ary (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c1308 stmf_remote_port_t *rpt_ary; local
1333 rpt_ary = (stmf_remote_port_t *)kmem_zalloc(
1349 rpt_ary[i].rport_tptid, tpd))
1355 rpt_ary[tpdnum].rport_tptid = tpd;
1356 rpt_ary[tpdnum].rport_tptid_sz = tpd_sz;
1359 if (sbd_pgr_key_registered(pgr, lpt, &rpt_ary[tpdnum]))
1368 kmem_free(rpt_ary,
1376 (void) sbd_pgr_do_register(slu, NULL, lpt, &rpt_ary[i],
1379 kmem_free(rpt_ary, sizeof (stmf_remote_port_t) * max_tpdnum);

Completed in 64 milliseconds