Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_destroy/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/cli_root/zpool_destroy
8 zpool_destroy.cfg
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
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/
H A DMakefile.am43 zpool_destroy \ subdir
/f-stack/freebsd/contrib/openzfs/tests/runfiles/
H A Dsanity.run268 [tests/functional/cli_root/zpool_destroy]
273 tags = ['functional', 'cli_root', 'zpool_destroy']
H A Dcommon.run351 [tests/functional/cli_root/zpool_destroy]
356 tags = ['functional', 'cli_root', 'zpool_destroy']
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h254 extern int zpool_destroy(zpool_handle_t *, const char *);
/f-stack/freebsd/contrib/openzfs/
H A Dconfigure.ac295 tests/zfs-tests/tests/functional/cli_root/zpool_destroy/Makefile
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1396 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() function
H A Dlibzfs.abi287 …<elf-symbol name='zpool_destroy' type='func-type' binding='global-binding' visibility='default-vis…
2785zpool_destroy' mangled-name='zpool_destroy' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c' l…
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1759 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy()