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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c52 int idx, mdesc_dimm_count; local
66 mdesc_dimm_count = md_scan_dag(mdp,
70 for (idx = 0; idx < mdesc_dimm_count; idx++) {
109 mdesc_dimm_count = md_scan_dag(mdp,
115 for (idx = 0; idx < mdesc_dimm_count; idx++) {
260 int bc, idx, mdesc_dimm_count, mdesc_bank_count; local
273 mdesc_dimm_count = 0;
280 mdesc_dimm_count++;
351 dl = topo_mod_zalloc(mod, mdesc_dimm_count * sizeof (mde_cookie_t));
386 topo_mod_free(mod, dl, mdesc_dimm_count * sizeo
[all...]

Completed in 57 milliseconds