Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmd_agent/common/
H A Dfmd_agent.c346 if (cpu_cache->fmcc_caches == NULL) in fmd_agent_cache_info_free()
351 nvlist_free(cpu_cache->fmcc_caches[cacheno]); in fmd_agent_cache_info_free()
354 umem_free(cpu_cache->fmcc_caches, sizeof (nvlist_t *) * in fmd_agent_cache_info_free()
356 cpu_cache->fmcc_caches = NULL; in fmd_agent_cache_info_free()
385 cpu->fmcc_caches = NULL; in fmd_agent_cache_info_pop_cpu()
389 cpu->fmcc_caches = umem_zalloc(sizeof (nvlist_t *) * ncache_nvls, in fmd_agent_cache_info_pop_cpu()
391 if (cpu->fmcc_caches == NULL) { in fmd_agent_cache_info_pop_cpu()
396 ret = nvlist_dup(cache_nvls[i], &cpu->fmcc_caches[i], 0); in fmd_agent_cache_info_pop_cpu()
H A Dfmd_agent.h89 nvlist_t **fmcc_caches; member
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c357 nvlist_t *nvl = cpu_cache->fmcc_caches[i]; in topo_zen_map_caches()