HomeSort by: relevance | last modified time | path
    Searched defs:zo_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 144 char zo_pool[ZFS_MAX_DATASET_NAME_LEN]; member in struct:ztest_shared_opts
167 .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));
836 pool == NULL ? ztest_opts.zo_pool : pool,
842 pool == NULL ? ztest_opts.zo_pool : pool, vdev);
2374 VERIFY3U(EEXIST, ==, spa_create(zo->zo_pool, nvroot, NULL, NULL));
2376 VERIFY3U(0, ==, spa_open(zo->zo_pool, &spa, FTAG))
    [all...]

Completed in 16 milliseconds