Searched refs:zpool_destroy (Results 1 – 11 of 11) sorted by relevance
1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/cli_root/zpool_destroy8 zpool_destroy.cfg
33 . $STF_SUITE/tests/functional/cli_root/zpool_destroy/zpool_destroy.cfg
43 zpool_destroy \ subdir
268 [tests/functional/cli_root/zpool_destroy]273 tags = ['functional', 'cli_root', 'zpool_destroy']
351 [tests/functional/cli_root/zpool_destroy]356 tags = ['functional', 'cli_root', 'zpool_destroy']
254 extern int zpool_destroy(zpool_handle_t *, const char *);
295 tests/zfs-tests/tests/functional/cli_root/zpool_destroy/Makefile
1396 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() function
287 …<elf-symbol name='zpool_destroy' type='func-type' binding='global-binding' visibility='default-vis…2785 …zpool_destroy' mangled-name='zpool_destroy' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c' l…
1759 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy()