Searched refs:cache_walk (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | svm_rcm.c | 186 static char *cache_walk(cache_t *cache, uint32_t *i, deventry_t **hashline); 345 while ((devicename = cache_walk(svm_cache, &i, &l)) != NULL) { in svm_register() 382 while (cache_walk(svm_cache, &i, &l) != NULL) { in svm_unregister() 2107 while ((devicename = cache_walk(new_cache, &i, &hashline)) != NULL) { in cache_sync() 2152 while ((devicename = cache_walk(old_cache, &i, &hashline)) != NULL) { in cache_sync() 2199 cache_walk(cache_t *cache, uint32_t *i, deventry_t **line) in cache_walk() function
|