Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h488 extern char *spa_config_path;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c70 char *spa_config_path = (char *)ZPOOL_CACHE; variable
H A Dspa_misc.c784 dp->scd_path = altroot ? NULL : spa_strdup(spa_config_path); in spa_add()
H A Dspa.c572 } else if (strcmp(dp->scd_path, spa_config_path) != 0) { in spa_prop_get_config()
929 dp->scd_path = spa_strdup(spa_config_path); in spa_configfile_set()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c832 (void) snprintf(pathname, MAXPATHLEN, "%s", spa_config_path); in spa_config_load()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c9327 spa_config_path = spa_config_path_env; in main()
9473 spa_config_path = optarg; in main()
9474 if (spa_config_path[0] != '/') { in main()
9577 spa_config_path = pbuf; in main()
9608 dump_cachefile(spa_config_path); in main()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c8871 (void) remove(spa_config_path); in ztest_run_init()
8985 VERIFY3S(asprintf((char **)&spa_config_path, "%s/zpool.cache", in main()