Home
last modified time | relevance | path

Searched refs:uuid_cache (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.c103 n = (uuid_cache == NULL ? 0 : uuid_cache->nentries) + CACHE_NENT_INC; in uuid_cache_grow()
111 if (uuid_cache != NULL) { in uuid_cache_grow()
112 uint32_t oldn = uuid_cache->nentries; in uuid_cache_grow()
117 fmd_hdl_free(hdl, uuid_cache, oldsz); in uuid_cache_grow()
121 uuid_cache = newcache; in uuid_cache_grow()
151 entp = &uuid_cache->entry[i]; in uuid_cache_gc()
217 if (uuid_cache == NULL) in swrp_smf_cache_add()
232 entp = &uuid_cache->entry[i]; in swrp_smf_cache_add()
238 uint32_t oldn = uuid_cache->nentries; in swrp_smf_cache_add()
253 entp = &uuid_cache->entry[oldn]; in swrp_smf_cache_add()
[all …]