Searched refs:mhp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c107 topo_modhash_lock(topo_modhash_t *mhp) argument
109 (void) pthread_mutex_lock(&mhp->mh_lock);
113 topo_modhash_unlock(topo_modhash_t *mhp) argument
115 (void) pthread_mutex_unlock(&mhp->mh_lock);
165 topo_modhash_t *mhp = thp->th_modhash; local
167 topo_modhash_lock(mhp);
168 mod = topo_modhash_lookup(mhp, name);
171 topo_modhash_unlock(mhp);
255 topo_modhash_t *mhp; local
257 if ((mhp
277 topo_modhash_t *mhp = thp->th_modhash; local
290 topo_modhash_lookup(topo_modhash_t *mhp, const char *name) argument
309 topo_modhash_t *mhp = thp->th_modhash; local
337 topo_modhash_t *mhp; local
378 topo_modhash_t *mhp = thp->th_modhash; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_med.c85 md_h_arr_t *mhp,
97 if (mhp->n_lst[i].a_cnt == 0)
100 for (j = 0; j < mhp->n_lst[i].a_cnt; j++) {
101 nm = mhp->n_lst[i].a_nm[j];
83 validate_med_nodes( mdsetname_t *sp, md_h_arr_t *mhp, md_error_t *ep ) argument

Completed in 17 milliseconds