Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c99 struct smf_uuid_cache *newcache; in uuid_cache_grow() local
107 newcache = fmd_hdl_zalloc(hdl, newsz, FMD_SLEEP); in uuid_cache_grow()
108 newcache->version = CACHE_VERSION; in uuid_cache_grow()
109 newcache->nentries = n; in uuid_cache_grow()
116 bcopy(&uuid_cache->entry[0], &newcache->entry[0], oldsz); in uuid_cache_grow()
121 uuid_cache = newcache; in uuid_cache_grow()