Searched refs:zpool_destroy (Results 1 – 10 of 10) sorted by relevance
33 . $STF_SUITE/tests/functional/cli_root/zpool_destroy/zpool_destroy.cfg
19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zpool_destroy
74 if (zpool_destroy(poolhdl, testlib_prog) != 0) { in destroy_zpool()
227 zpool_destroy;
263 extern int zpool_destroy(zpool_handle_t *, const char *);
1364 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() function
347 [tests/functional/cli_root/zpool_destroy]350 tags = ['functional', 'cli_root', 'zpool_destroy']
1538 dir path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy1540 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy.cfg \1543 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_001_pos \1546 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_002_pos \1549 path=opt/zfs-tests/tests/functional/cli_root/zpool_destroy/zpool_destroy_003_neg \
1562 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy()