Home
last modified time | relevance | path

Searched refs:smf_uuid_cache_ent (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.c78 struct smf_uuid_cache_ent { struct
89 struct smf_uuid_cache_ent entry[1]; /* Cache entries */ argument
105 sizeof (struct smf_uuid_cache_ent); in uuid_cache_grow()
114 (oldn - 1) * sizeof (struct smf_uuid_cache_ent); in uuid_cache_grow()
129 (uuid_cache->nentries - 1) * sizeof (struct smf_uuid_cache_ent); in uuid_cache_persist()
144 struct smf_uuid_cache_ent *entp; in uuid_cache_gc()
213 struct smf_uuid_cache_ent *entp = NULL; in swrp_smf_cache_add()
282 struct smf_uuid_cache_ent *entp = &uuid_cache->entry[i]; in swrp_smf_cache_mark()