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

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c143 char zo_pool[MAXNAMELEN]; member in struct:ztest_shared_opts
166 .zo_pool = { 'z', 't', 'e', 's', 't', '\0' },
584 zo->zo_pool,
596 zo->zo_pool, /* -p */
672 (void) strlcpy(zo->zo_pool, optarg,
673 sizeof (zo->zo_pool));
834 pool == NULL ? ztest_opts.zo_pool : pool,
840 pool == NULL ? ztest_opts.zo_pool : pool, vdev);
2373 VERIFY3U(EEXIST, ==, spa_create(zo->zo_pool, nvroot, NULL, NULL));
2375 VERIFY3U(0, ==, spa_open(zo->zo_pool,
[all...]

Completed in 52 milliseconds