Searched defs:bclist (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.c201 find_grp(mde_cookie_t *listp, size_t n, mde_cookie_t *bclist, argument
216 if (listp[i] == *(bclist+j) &&
232 create_grp(topo_mod_t *mod, mde_cookie_t *listp, size_t n, mde_cookie_t *bclist, argument
245 if (listp[i] == *(bclist+j)) {
258 mde_cookie_t *dl, *bl, *bclist; local
340 * banklist and bclist will be parallel arrays. For a given bank,
341 * bclist[i] will be the PRI node id, and *banklist+i will point to the
347 bclist = topo_mod_zalloc(mod, mdesc_bank_count *
370 bclist[idx] = listp[idx];
406 gmp = find_grp(bl, bc, bclist, banklis
[all...]

Completed in 32 milliseconds