Searched defs:lib_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c120 typedef struct lib_cache { struct
121 struct lib_cache *lc_next;
128 static lib_cache_t *lib_cache; variable
1846 entry = lib_cache;
1889 entry->lc_next = lib_cache;
1890 lib_cache = entry;
1900 entry = lib_cache;

Completed in 68 milliseconds