Lines Matching refs:dryrun
1058 boolean_t dryrun = B_FALSE; in zfs_do_create() local
1109 dryrun = B_TRUE; in zfs_do_create()
1160 if (dryrun || type == ZFS_TYPE_VOLUME) { in zfs_do_create()
1173 dryrun ? gettext("cannot verify '%s'") : in zfs_do_create()
1253 dryrun ? "would create ancestors of %s\n" : in zfs_do_create()
1256 if (!dryrun) { in zfs_do_create()
1266 dryrun ? "would create %s\n" : "create %s\n", argv[0]); in zfs_do_create()
1292 if (dryrun) { in zfs_do_create()
4814 flags.dryrun = B_TRUE; in zfs_do_send()
4949 if (!flags.dryrun && isatty(STDOUT_FILENO)) { in zfs_do_send()
5173 flags.dryrun = B_TRUE; in zfs_do_receive()
5223 if (flags.isprefix || flags.istail || flags.dryrun || in zfs_do_receive()