Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c384 if (plistp) { 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()
401 plistp->p_hca_guid, in ibtl_cm_get_cnt()
402 plistp->p_port_num, in ibtl_cm_get_cnt()
404 plistp->p_sgid.gid_guid); in ibtl_cm_get_cnt()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c1133 vgen_portlist_t *plistp; in vgen_detach_ports() local
1140 RW_EXIT(&plistp->rwlock); in vgen_detach_ports()
1203 vgen_portlist_t *plistp; in vgen_port_list_insert() local
1210 plistp->headp = portp; in vgen_port_list_insert()
1214 plistp->tailp = portp; in vgen_port_list_insert()
1224 vgen_portlist_t *plistp; in vgen_port_list_remove() local
1237 plistp->tailp = plistp->headp; in vgen_port_list_remove()
1247 plistp->tailp = prevp; in vgen_port_list_remove()
2239 vgen_portlist_t *plistp; in vgen_remove_port() local
2372 vgen_portlist_t *plistp; in vgen_update_port() local
[all …]
H A Dvsw.c2603 vsw_port_list_t *plistp; in vsw_port_update() local
2632 plistp = &(vswp->plist); in vsw_port_update()
2634 READ_ENTER(&plistp->lockrw); in vsw_port_update()
2638 RW_EXIT(&plistp->lockrw); in vsw_port_update()
2699 RW_EXIT(&plistp->lockrw); in vsw_port_update()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c371 topo_proplist_t *plistp = (topo_proplist_t *)data; in dump_propval() local
375 if (mdb_vread(&pval, sizeof (pval), (uintptr_t)plistp->tp_pval) in dump_propval()
379 plistp->tp_pval); in dump_propval()
/illumos-gate/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.c313 struct chhead **plistp; in clget_impl() local
337 plistp = &nfscl->nfscl_chtable; in clget_impl()
345 plistp = &ch->ch_next; in clget_impl()
381 *plistp = ch->ch_next; in clget_impl()