Home
last modified time | relevance | path

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

/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_destroy/
H A Dzpool_destroy_test.sh38 . $(atf_get_srcdir)/zpool_destroy.cfg
47 . $(atf_get_srcdir)/zpool_destroy.cfg
62 . $(atf_get_srcdir)/zpool_destroy.cfg
70 . $(atf_get_srcdir)/zpool_destroy.cfg
85 . $(atf_get_srcdir)/zpool_destroy.cfg
92 . $(atf_get_srcdir)/zpool_destroy.cfg
108 . $(atf_get_srcdir)/zpool_destroy.cfg
116 . $(atf_get_srcdir)/zpool_destroy.cfg
H A DMakefile6 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/cli_root/zpool_destroy
15 ${PACKAGE}FILES+= zpool_destroy.cfg
H A Dzpool_destroy.cfg29 # ident "@(#)zpool_destroy.cfg 1.2 07/01/09 SMI"
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/
H A DMakefile44 TESTS_SUBDIRS+= zpool_destroy
/freebsd-12.1/etc/mtree/
H A DBSD.tests.dist573 zpool_destroy
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h253 extern int zpool_destroy(zpool_handle_t *, const char *);
H A Dlibzfs_pool.c1257 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() function
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1337 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy()