Searched refs:uuid_cache (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.c92 static struct smf_uuid_cache *uuid_cache; variable in typeref:struct:smf_uuid_cache
94 #define UUID_CACHE_BUFNAME "uuid_cache"
103 n = (uuid_cache == NULL ? 0 : uuid_cache->nentries) + CACHE_NENT_INC;
111 if (uuid_cache != NULL) {
112 uint32_t oldn = uuid_cache->nentries;
116 bcopy(&uuid_cache->entry[0], &newcache->entry[0], oldsz);
117 fmd_hdl_free(hdl, uuid_cache, oldsz);
121 uuid_cache = newcache;
129 (uuid_cache
[all...]

Completed in 87 milliseconds