HomeSort by relevance Sort by last modified time
    Searched refs:cpucache (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
config.h 59 struct lut *cpucache; member in struct:cfgdata
config.c 89 cdata->cpucache = lut_add(cdata->cpucache,
432 if (cp->cpucache != NULL)
433 lut_free(cp->cpucache, NULL, NULL);
434 cp->cpucache = NULL;
607 * config_bycpuid_lookup -- look up the cpu id in our CPUcache lut.
617 lut_walk(fromcfg->cpucache, (lut_cb)prtcpucache, NULL);
619 if ((find = lut_lookup(fromcfg->cpucache,
platform.c 689 Lastcfg->cpucache = NULL;
    [all...]
fme.c 740 cfgdata->cpucache = NULL;
    [all...]

Completed in 57 milliseconds