Searched refs:new_cache (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c865 cache_t *new_cache; local
895 if ((new_cache = cache_create()) == NULL) {
904 for (index = 0; index < new_cache->hash_size; index++) {
905 for (entry = new_cache->mounts[index]; entry != NULL;
914 *cachep = new_cache;
928 if (cache_lookup(new_cache, entry->special) == NULL) {
H A Dsvm_rcm.c2089 cache_t *new_cache; local
2101 if ((new_cache = create_cache()) == NULL) {
2107 while ((devicename = cache_walk(new_cache, &i, &hashline)) != NULL) {
2137 free(new_cache);
2167 *cachep = new_cache;
2173 new_cache-> registered = 1;

Completed in 99 milliseconds