Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c866 cache_t *old_cache; in cache_sync() local
879 old_cache = *cachep; in cache_sync()
880 if (old_cache) { in cache_sync()
882 if (old_cache->timestamp >= st.st_mtime) { in cache_sync()
907 if (cache_lookup(old_cache, entry->special) == NULL) { in cache_sync()
917 if (old_cache == NULL) in cache_sync()
925 for (index = 0; index < old_cache->hash_size; index++) { in cache_sync()
926 for (entry = old_cache->mounts[index]; entry != NULL; in cache_sync()
933 free_cache(&old_cache); in cache_sync()
H A Dsvm_rcm.c2090 cache_t *old_cache = *cachep; in cache_sync() local
2111 deventry = cache_lookup(old_cache, devicename); in cache_sync()
2122 cache_remove(old_cache, deventry); in cache_sync()
2152 while ((devicename = cache_walk(old_cache, &i, &hashline)) != NULL) { in cache_sync()
2170 free_cache(&old_cache); in cache_sync()