Searched refs:plistp (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cm.c | 289 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 D | vnet_gen.c | 105 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 D | vsw.c | 2604 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 D | devinfo_retire.c | 578 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 D | libtopo.c | 370 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 D | rdc_clnt.c | 2699 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 D | nfs4_subr.c | 828 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 D | nfs_subr.c | 312 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()
|