Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c88 cdata->cpucache = lut_add(cdata->cpucache, in config_node_cache()
464 if (cp->cpucache != NULL) in config_free()
465 lut_free(cp->cpucache, NULL, NULL); in config_free()
466 cp->cpucache = NULL; in config_free()
682 lut_walk(fromcfg->cpucache, (lut_cb)prtcpucache, NULL); in config_bycpuid_lookup()
684 if ((find = lut_lookup(fromcfg->cpucache, in config_bycpuid_lookup()
H A Dconfig.h57 struct lut *cpucache; member
H A Dplatform.c744 Lastcfg->cpucache = NULL; in platform_config_snapshot()
H A Dfme.c810 cfgdata->cpucache = NULL; in fme_restart()