smf_uuid_cache_ent
sizeof (struct smf_uuid_cache_ent);
(oldn - 1) * sizeof (struct smf_uuid_cache_ent);
(uuid_cache->nentries - 1) * sizeof (struct smf_uuid_cache_ent);
struct smf_uuid_cache_ent *entp;
struct smf_uuid_cache_ent *entp = NULL;
struct smf_uuid_cache_ent *entp = &uuid_cache->entry[i];
struct smf_uuid_cache_ent entry[1]; /* Cache entries */