Home
last modified time | relevance | path

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

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