Searched refs:spa_config_path (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c68 const char *spa_config_path = ZPOOL_CACHE; variable
91 (rootdir != NULL) ? "./" : "", spa_config_path);
H A Dspa_misc.c633 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path);
H A Dspa.c290 } else if (strcmp(dp->scd_path, spa_config_path) != 0) {
636 dp->scd_path = spa_strdup(spa_config_path);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h290 extern const char *spa_config_path;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3582 * default spa_config_path setting. If -U flag is specified it will
3587 spa_config_path = spa_config_path_env;
3651 spa_config_path = optarg;
3717 dump_cachefile(spa_config_path);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5273 spa_config_path,
6171 (void) remove(spa_config_path);
6227 VERIFY3U(asprintf((char **)&spa_config_path, "%s/zpool.cache",

Completed in 105 milliseconds