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

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

Completed in 113 milliseconds