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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c142 char zo_pool[ZFS_MAX_DATASET_NAME_LEN]; member in struct:ztest_shared_opts
165 .zo_pool = { 'z', 't', 'e', 's', 't', '\0' },
586 zo->zo_pool,
598 zo->zo_pool, /* -p */
674 (void) strlcpy(zo->zo_pool, optarg,
675 sizeof (zo->zo_pool));
840 pool == NULL ? ztest_opts.zo_pool : pool,
846 pool == NULL ? ztest_opts.zo_pool : pool, vdev);
2379 VERIFY3U(EEXIST, ==, spa_create(zo->zo_pool, nvroot, NULL, NULL));
2381 VERIFY3U(0, ==, spa_open(zo->zo_pool,
[all...]

Completed in 68 milliseconds