Home
last modified time | relevance | path

Searched refs:lib_cache (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c124 typedef struct lib_cache { struct
125 struct lib_cache *lc_next; argument
132 static lib_cache_t *lib_cache; argument
1852 entry = lib_cache; in lookup_cache()
1895 entry->lc_next = lib_cache; in update_cache()
1896 lib_cache = entry; in update_cache()
1906 entry = lib_cache; in destroy_cache()