Searched refs:zfs_destroy (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dcleanup.ksh28 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A Dzfs_destroy_008_pos.ksh28 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
29 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A Dzfs_destroy_009_pos.ksh28 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
29 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A Dzfs_destroy_010_pos.ksh28 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
29 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A Dzfs_destroy_011_pos.ksh18 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
19 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A Dzfs_destroy_013_neg.ksh18 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
19 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A Dzfs_destroy_006_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
H A Dzfs_destroy_012_pos.ksh18 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
19 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zfs_destroy
41 zfs_destroy.cfg
H A Dzfs_destroy_007_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
H A Dzfs_destroy_002_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
H A Dzfs_destroy_014_pos.ksh22 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
H A Dzfs_destroy_004_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
H A Dzfs_destroy_common.kshlib32 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
H A Dzfs_destroy_001_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
34 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A Dzfs_destroy_005_neg.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
34 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy_common.kshlib
H A Dzfs_destroy_003_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
H A Dzfs_destroy_015_pos.ksh29 . $STF_SUITE/tests/functional/cli_root/zfs_destroy/zfs_destroy.cfg
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh115 zfs_destroy() function
275 zfs_destroy "$ZONEPATH_DS"
292 zfs_destroy "$fs"
431 zfs_destroy "$fs"
656 zfs_destroy "${s_delete[$j]}"
685 zfs_destroy "$fs"
712 zfs_destroy "$ZONEPATH_RDS"
716 zfs_destroy "$ZONEPATH_DS"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/
H A DMakefile45 zfs_destroy \
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c125 (void) zfs_destroy(zhp, B_FALSE);
244 (zfs_destroy(zhp, B_FALSE) == 0)) {
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c656 (void) zfs_destroy(zhp, B_FALSE);
946 (void) zfs_destroy(zhp, B_FALSE);
1009 (void) zfs_destroy(zhp, B_FALSE);
1027 * if we were able to zfs_destroy the zonepath, otherwise we return Z_ERR
1076 if (zfs_destroy(zhp, B_FALSE) != 0) {
1091 * cleaned up by the zfs_destroy(). To handle this case try to clean
1109 (void) zfs_destroy(ohp, B_FALSE);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_chkpnt.c333 err = zfs_destroy(zhp, B_TRUE);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c1793 zfs_destroy(zhp, B_FALSE) != 0) {
1812 zfs_destroy(zhp, B_FALSE) != 0) {
2370 (void) zfs_destroy(d_zhp, B_FALSE);
2515 (void) zfs_destroy(d_zhp, B_FALSE);
2577 if (zfs_destroy(zhp, B_FALSE) != 0) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h560 extern int zfs_destroy(zfs_handle_t *, boolean_t);

Completed in 108 milliseconds

12