Home
last modified time | relevance | path

Searched refs:zpool_destroy (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_destroy/
H A Dzpool_destroy_001_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zpool_destroy/zpool_destroy.cfg
H A Dzpool_destroy_002_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zpool_destroy/zpool_destroy.cfg
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zpool_destroy
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_zvol.c74 if (zpool_destroy(poolhdl, testlib_prog) != 0) { in destroy_zpool()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers216 zpool_destroy;
H A Dlibzfs.h259 extern int zpool_destroy(zpool_handle_t *, const char *);
H A Dlibzfs_pool.c1354 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() function
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run344 [tests/functional/cli_root/zpool_destroy]
347 tags = ['functional', 'cli_root', 'zpool_destroy']
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m1530 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy
1532 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy.cfg \
1535 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_001_pos \
1538 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_002_pos \
1541 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_003_neg \
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1539 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy()