Searched refs:uuid_cache (Results 1 – 1 of 1) sorted by relevance
92 static struct smf_uuid_cache *uuid_cache; variable103 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()116 bcopy(&uuid_cache->entry[0], &newcache->entry[0], oldsz); in uuid_cache_grow()117 fmd_hdl_free(hdl, uuid_cache, oldsz); in uuid_cache_grow()121 uuid_cache = newcache; in uuid_cache_grow()129 (uuid_cache->nentries - 1) * sizeof (struct smf_uuid_cache_ent); in uuid_cache_persist()131 fmd_buf_write(hdl, NULL, UUID_CACHE_BUFNAME, uuid_cache, sz); in uuid_cache_persist()150 for (i = 0; i < uuid_cache->nentries; i++) { in uuid_cache_gc()[all …]