Home
last modified time | relevance | path

Searched refs:plistp (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c289 ibtl_cm_port_list_t *plistp, uint_t *count) in ibtl_cm_get_cnt() argument
384 if (plistp) { in ibtl_cm_get_cnt()
385 plistp->p_hca_guid = hca_guid; in ibtl_cm_get_cnt()
386 plistp->p_mtu = pinfop->p_mtu; in ibtl_cm_get_cnt()
387 plistp->p_base_lid = in ibtl_cm_get_cnt()
389 plistp->p_port_num = in ibtl_cm_get_cnt()
391 plistp->p_sgid_ix = j; in ibtl_cm_get_cnt()
392 plistp->p_sgid = gid; in ibtl_cm_get_cnt()
393 plistp->p_count = cnt; in ibtl_cm_get_cnt()
395 plistp->p_multi |= in ibtl_cm_get_cnt()
[all …]
/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet_gen.c105 static vgen_port_t *vgen_port_lookup(vgen_portlist_t *plistp,
1130 vgen_portlist_t *plistp; in vgen_detach_ports() local
1132 plistp = &(vgenp->vgenports); in vgen_detach_ports()
1133 WRITE_ENTER(&plistp->rwlock); in vgen_detach_ports()
1134 while ((portp = plistp->headp) != NULL) { in vgen_detach_ports()
1137 RW_EXIT(&plistp->rwlock); in vgen_detach_ports()
1200 vgen_portlist_t *plistp; in vgen_port_list_insert() local
1204 plistp = &(vgenp->vgenports); in vgen_port_list_insert()
1206 if (plistp->headp == NULL) { in vgen_port_list_insert()
1207 plistp->headp = portp; in vgen_port_list_insert()
[all …]
H A Dvsw.c2604 vsw_port_list_t *plistp; in vsw_port_update() local
2633 plistp = &(vswp->plist); in vsw_port_update()
2635 READ_ENTER(&plistp->lockrw); in vsw_port_update()
2639 RW_EXIT(&plistp->lockrw); in vsw_port_update()
2700 RW_EXIT(&plistp->lockrw); in vsw_port_update()
/titanic_50/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c578 char *plistp; in rcm_notify() local
637 plistp = s_calloc(1, len, 0); in rcm_notify()
638 if (plistp == NULL) { in rcm_notify()
647 for (s = plistp, p = rp->rcm_cons_nodes; p; ) { in rcm_notify()
652 RIO_ASSERT(dp, s - plistp < len); in rcm_notify()
656 RIO_ASSERT(dp, s - plistp == len - 1); in rcm_notify()
659 dp->rt_debug(dp->rt_hdl, "[INFO]: constraint str = %p\n", plistp); in rcm_notify()
661 *pp = plistp; in rcm_notify()
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c370 topo_proplist_t *plistp = (topo_proplist_t *)data; in dump_propval() local
374 if (mdb_vread(&pval, sizeof (pval), (uintptr_t)plistp->tp_pval) in dump_propval()
378 plistp->tp_pval); in dump_propval()
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c2699 struct chtab **plistp; in rdc_clnt_get() local
2717 plistp = &rdc_chtable; in rdc_clnt_get()
2731 plistp = &ch->ch_next; in rdc_clnt_get()
2742 plistp = &ch->ch_list; in rdc_clnt_get()
2817 *plistp = ch; in rdc_clnt_get()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c828 struct chhead **plistp; in clget4() local
852 plistp = &nfscl->nfscl_chtable4; in clget4()
860 plistp = &ch->ch_next; in clget4()
896 *plistp = ch->ch_next; in clget4()
H A Dnfs_subr.c312 struct chhead **plistp; in clget_impl() local
336 plistp = &nfscl->nfscl_chtable; in clget_impl()
344 plistp = &ch->ch_next; in clget_impl()
380 *plistp = ch->ch_next; in clget_impl()