Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_db.c2378 const char *cache_tables[] = { in dump_cache() local
2388 for (i = 0; i < ARRAY_SIZE(cache_tables); i++) { in dump_cache()
2389 snprintf(buf, sizeof(buf), "select * from %s;", cache_tables[i]); in dump_cache()
2390 cache_sql(&save_cache_data, (char *)cache_tables[i], buf); in dump_cache()