Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/dimm/
H A Dtopo_dimm.c1260 spd_cache_t spd_cache; in topo_dimm_enum() local
1353 (void) memset(&spd_cache, 0, sizeof (spd_cache)); in topo_dimm_enum()
1354 spd_cache.sc_dram_type = dram_type; in topo_dimm_enum()
1355 if (!topo_dimm_cache_spd(mod, spd_nvl, &spd_cache)) in topo_dimm_enum()
1358 if (!topo_dimm_add_props(mod, dimm_tn, &spd_cache)) in topo_dimm_enum()
1361 if (!topo_dimm_add_comps(mod, dimm_tn, spd_nvl, &spd_cache)) in topo_dimm_enum()