Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Ddump_rcm.c441 dump_conf_t *ent, *curr_dump, *tmp; in update_cache() local
444 if ((curr_dump = dump_conf_alloc()) == NULL) in update_cache()
459 if (curr_dump->device[0] == '\0') { in update_cache()
460 free(curr_dump); in update_cache()
461 } else if ((ent = cache_lookup(curr_dump->device)) != NULL) { in update_cache()
463 ent->conf_flags = curr_dump->conf_flags; in update_cache()
464 free(curr_dump); in update_cache()
466 curr_dump->cache_flags |= DUMP_CACHE_NEW; in update_cache()
467 cache_insert(curr_dump); in update_cache()