Home
last modified time | relevance | path

Searched refs:smf_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.c86 struct smf_uuid_cache { struct
92 static struct smf_uuid_cache *uuid_cache; argument
99 struct smf_uuid_cache *newcache; in uuid_cache_grow()
104 newsz = sizeof (struct smf_uuid_cache) + (n - 1) * in uuid_cache_grow()
113 size_t oldsz = sizeof (struct smf_uuid_cache) + in uuid_cache_grow()
128 size_t sz = sizeof (struct smf_uuid_cache) + in uuid_cache_persist()