Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c58 static char *g_pool; variable
92 (void) spa_export(g_pool, NULL, B_TRUE, B_FALSE); in fatal()
135 g_pool = strdup(target); in zhack_import()
522 if (!g_readonly && spa_export(g_pool, NULL, B_TRUE, B_FALSE) != 0) { in main()