Home
last modified time | relevance | path

Searched refs:dryrun (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1440 int dryrun = 0; in sa_delete() local
1454 dryrun++; in sa_delete()
2555 dryrun++; in sa_addshare()
2699 if (dryrun) in sa_addshare()
2828 dryrun++; in sa_moveshare()
3025 dryrun++; in sa_removeshare()
3289 dryrun++; in sa_set_share()
3909 dryrun++; in sa_set()
4444 dryrun++; in sa_unset()
4609 dryrun++; in sa_enable_group()
[all …]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_util.h51 int check_rep, boolean_t replacing, boolean_t dryrun,
H A Dzpool_main.c709 dryrun = B_TRUE; in zpool_do_add()
790 if (dryrun) { in zpool_do_add()
1124 dryrun = B_TRUE; in zpool_do_create()
1398 if (dryrun) { in zpool_do_create()
2892 dryrun = B_TRUE; in zpool_do_import()
2977 if (dryrun) in zpool_do_import()
5781 flags.dryrun = B_FALSE; in zpool_do_split()
5807 flags.dryrun = B_TRUE; in zpool_do_split()
5875 if (flags.dryrun) { in zpool_do_split()
6074 dryrun = B_TRUE; in zpool_do_clear()
[all …]
H A Dzpool_vdev.c1565 if (!flags.dryrun && in split_mirror_vdev()
1634 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type, in make_root_vdev() argument
1686 if (!dryrun && make_disks(zhp, newroot, boot_type, boot_size) != 0) { in make_root_vdev()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1388 if (!sdd->dryrun) { in dump_snapshot()
1759 if (!flags->dryrun) { in zfs_send_resume()
1977 if (!flags->dryrun) { in zfs_send()
2024 sdd.dryrun = flags->dryrun; in zfs_send()
2034 if (sdd.verbose && sdd.dryrun) in zfs_send()
2069 sdd.dryrun = B_TRUE; in zfs_send()
2094 if (flags->dryrun) in zfs_send()
2106 sdd.dryrun = B_FALSE; in zfs_send()
2832 if (flags->dryrun) in recv_incremental_replication()
3209 if (!flags->dryrun && !flags->nomount) { in zfs_receive_package()
[all …]
H A Dlibzfs.h264 int dryrun : 1; member
651 boolean_t dryrun; member
720 boolean_t dryrun; member
H A Dlibzfs_pool.c1586 zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun, in zpool_rewind_exclaim() argument
1609 if (dryrun) { in zpool_rewind_exclaim()
1622 dryrun ? "Would discard" : "Discarded", in zpool_rewind_exclaim()
1629 dryrun ? "Would discard" : "Discarded", loss); in zpool_rewind_exclaim()
3490 if (flags.dryrun) { in zpool_vdev_split()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A DMakefile38 dryrun.o listmgr.o is_local_host.o cvtpath.o \
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr167 /usr/sbin/reboot -f dryrun
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun251 if options.dryrun is True:
792 if options.dryrun is True:
825 if not options.dryrun:
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c879 boolean_t dryrun = B_FALSE; in zfs_do_create() local
928 dryrun = B_TRUE; in zfs_do_create()
971 if (dryrun || (type == ZFS_TYPE_VOLUME && !noreserve)) { in zfs_do_create()
984 dryrun ? gettext("cannot verify '%s'") : in zfs_do_create()
1034 dryrun ? "would create ancestors of %s\n" : in zfs_do_create()
1037 if (!dryrun) { in zfs_do_create()
1073 if (dryrun) { in zfs_do_create()
4045 flags.dryrun = B_TRUE; in zfs_do_send()
4133 if (!flags.dryrun && isatty(STDOUT_FILENO)) { in zfs_do_send()
4293 flags.dryrun = B_TRUE; in zfs_do_receive()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe33 probe_verbose="'-v -v' '-# -#' '-d -d' -dryrun '-V -V'"