Home
last modified time | relevance | path

Searched refs:mgrps (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_prtn.c77 p->mgrps = NULL; in osm_prtn_new()
103 if (p->mgrps) { in osm_prtn_delete()
108 p->mgrps[i]->well_known = FALSE; in osm_prtn_delete()
112 p->mgrps[i]->mcmember_rec.mgid.raw, in osm_prtn_delete()
115 osm_mgrp_cleanup(p_subn, p->mgrps[i]); in osm_prtn_delete()
118 free(p->mgrps); in osm_prtn_delete()
220 if (p->mgrps[i] == mgrp) in track_mgrp_w_partition()
224 tmp = realloc(p->mgrps, (p->nmgrps +1) * sizeof(*p->mgrps)); in track_mgrp_w_partition()
226 p->mgrps = tmp; in track_mgrp_w_partition()
227 p->mgrps[p->nmgrps] = mgrp; in track_mgrp_w_partition()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_partition.h100 osm_mgrp_t **mgrps; member