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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c202 find_grp(mde_cookie_t *listp, size_t n, mde_cookie_t *bclist, argument
217 if (listp[i] == *(bclist+j) &&
233 create_grp(topo_mod_t *mod, mde_cookie_t *listp, size_t n, mde_cookie_t *bclist, argument
246 if (listp[i] == *(bclist+j)) {
259 mde_cookie_t *dl, *bl, *bclist; local
341 * banklist and bclist will be parallel arrays. For a given bank,
342 * bclist[i] will be the PRI node id, and *banklist+i will point to the
348 bclist = topo_mod_zalloc(mod, mdesc_bank_count *
371 bclist[idx] = listp[idx];
407 gmp = find_grp(bl, bc, bclist, banklis
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h660 struct bclist { struct
1271 extern struct bclist strbcalls; /* List of bufcalls */

Completed in 494 milliseconds