/freebsd/usr.sbin/iovctl/ |
H A D | iovctl.c | 43 static void config_action(const char *filename, int dryrun); 44 static void delete_action(const char *device, int dryrun); 92 config_iov(int fd, const char *dev_name, const nvlist_t *config, int dryrun) in config_iov() argument 101 if (dryrun) { in config_iov() 175 int ch, dryrun; in main() local 180 dryrun = 0; in main() 208 dryrun = 1; in main() 245 config_action(filename, dryrun); in main() 250 delete_action(device, dryrun); in main() 254 if (dryrun) { in main() [all …]
|
/freebsd/usr.sbin/trim/ |
H A D | trim.c | 51 static int trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose); 60 bool dryrun, verbose; in main() local 66 dryrun = verbose = true; in main() 71 dryrun = true; in main() 75 dryrun = false; in main() 131 if (trim(fname, offset, length, dryrun, verbose) < 0) in main() 204 trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose) in trim() argument 216 if (dryrun) { in trim()
|
/freebsd/usr.sbin/etcupdate/ |
H A D | etcupdate.sh | 435 # directory warnings for dryrun invocations. 465 # If this is a dryrun, then this returns true as long as the contents 467 # (meaning that the directory would be empty in a non-dryrun when this 474 if [ -n "$dryrun" ]; then 564 if [ -z "$dryrun" ]; then 597 # If this is a dryrun and we are installing the 601 if [ -n "$dryrun" -a "$2" = "$DESTDIR" ]; then 623 if [ -z "$dryrun" ]; then 640 if [ -z "$dryrun" ]; then 649 if [ -z "$dryrun" ]; the [all...] |
/freebsd/usr.sbin/pw/ |
H A D | pw_group.c | 458 bool dryrun, bool pretty, bool precrypted) in groupadd() 484 if (dryrun) in groupadd() 510 bool quiet, precrypted, dryrun, pretty, nis; in pw_group_add() 512 quiet = precrypted = dryrun = pretty = nis = false; in pw_group_add() 557 dryrun = true; in pw_group_add() 581 rc = groupadd(cnf, name, gr_gidpolicy(cnf, id), members, fd, dryrun, in pw_group_mod() 602 bool quiet, pretty, dryrun, nis, precrypted; in pw_group_mod() 604 quiet = pretty = dryrun = nis = precrypted = false; in pw_group_mod() 655 dryrun = true; in pw_group_mod() 701 if (dryrun) { in pw_group_mod() 446 groupadd(struct userconf * cnf,char * name,gid_t id,char * members,int fd,bool dryrun,bool pretty,bool precrypted) groupadd() argument 498 bool quiet, precrypted, dryrun, pretty, nis; pw_group_add() local 586 bool quiet, pretty, dryrun, nis, precrypted; pw_group_mod() local [all...] |
H A D | pw_user.c | 76 gid_t prefer, bool dryrun); 361 pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, gid_t prefer, bool dryrun) in pw_gidpolicy() argument 392 if (dryrun) { in pw_gidpolicy() 1193 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; in pw_user_add() local 1195 dryrun = nis = pretty = quiet = createhome = precrypted = false; in pw_user_add() 1307 dryrun = true; in pw_user_add() 1327 if (geteuid() != 0 && ! dryrun) in pw_user_add() 1386 (gid_t) pwd->pw_uid, dryrun); in pw_user_add() 1410 if (dryrun) in pw_user_add() 1526 bool quiet, createhome, pretty, dryrun, nis, edited; in pw_user_mod() local [all …]
|
H A D | pw.h | 98 bool dryrun, bool pretty, bool precrypted);
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 217 self.run(options, dryrun=False, kmemleak=kmemleak) 263 def run(self, options, dryrun=None, kmemleak=None): argument 269 if dryrun is None: 270 dryrun = options.dryrun 271 if dryrun is True: 477 def run(self, options, dryrun=None, kmemleak=None): argument 598 def run(self, options, dryrun=None, kmemleak=None): argument 617 pretest.run(options, dryrun=dryrun, kmemleak=False) 630 test.run(options, dryrun=dryrun, kmemleak=kmemleak) 632 failsafe.run(options, dryrun=dryrun, kmemleak=False) [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 738 boolean_t dryrun, parsable, progress, embed_data, std_out; member 1256 if (!sdd->dryrun) { in dump_snapshot() 1621 FILE *fout = flags->dryrun ? stdout : stderr; in estimate_size() 1827 FILE *fout = (flags->verbosity > 0 && flags->dryrun) ? stdout : stderr; in zfs_send_resume_impl_cb_impl() 1937 if (!flags->dryrun) { in zfs_send_resume_impl_cb_impl() 2198 boolean_t dryrun, boolean_t raw, boolean_t replicate, boolean_t skipmissing, in send_prelim_records() argument 2276 if (!dryrun) { in send_prelim_records() 2390 flags->replicate, flags->verbosity > 0, flags->dryrun, in zfs_send_cb_impl() 2412 sdd.dryrun = flags->dryrun; in zfs_send_cb_impl() 2422 if (sdd.verbosity != 0 && sdd.dryrun) in zfs_send_cb_impl() [all …]
|
H A D | libzfs_pool.c | 1948 zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun, in zpool_rewind_exclaim() argument 1972 if (dryrun) { in zpool_rewind_exclaim() 1985 dryrun ? "Would discard" : "Discarded", in zpool_rewind_exclaim() 1992 dryrun ? "Would discard" : "Discarded", in zpool_rewind_exclaim() 3986 if (flags.dryrun != 0) { in zpool_vdev_split() 4029 if (flags.dryrun) { in zpool_vdev_split()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_util.h | 60 int check_rep, boolean_t replacing, boolean_t dryrun, int argc,
|
H A D | zpool_vdev.c | 1788 if (!flags.dryrun && make_disks(zhp, newroot, B_FALSE) != 0) { in split_mirror_vdev() 1856 boolean_t replacing, boolean_t dryrun, int argc, char **argv) in make_root_vdev() argument 1909 if (!dryrun && make_disks(zhp, newroot, replacing) != 0) { in make_root_vdev()
|
H A D | zpool_main.c | 1404 boolean_t dryrun = B_FALSE; in zpool_do_add() local 1440 dryrun = B_TRUE; in zpool_do_add() 1531 check_replication, B_FALSE, dryrun, argc, argv); in zpool_do_add() 1537 if (dryrun) { in zpool_do_add() 1977 boolean_t dryrun = B_FALSE; in zpool_do_create() local 1999 dryrun = B_TRUE; in zpool_do_create() 2131 nvroot = make_root_vdev(NULL, props, force, !force, B_FALSE, dryrun, in zpool_do_create() 2219 if (dryrun) { in zpool_do_create() 4347 boolean_t dryrun = B_FALSE; in zpool_do_import() local 4393 dryrun = B_TRUE; in zpool_do_import() [all …]
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_ctl.c | 58 int keysize, error, nkey, dryrun, dummy; in g_eli_ctl_attach() local 99 dryrun = 0; in g_eli_ctl_attach() 104 dryrun = *dryrunp; in g_eli_ctl_attach() 160 if (!dryrun) in g_eli_ctl_attach()
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 269 unsigned int dryrun : 1; member 798 boolean_t dryrun; member 877 boolean_t dryrun; member
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | rsend.kshlib | 609 typeset dryrun=${4:-1} 622 [ $dryrun -ne 0 ] && \
|
/freebsd/crypto/openssl/ |
H A D | Configure | 230 my $dryrun = 0; 906 $dryrun = 1; 1279 exit 0 if $dryrun; # From older 'config'
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 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() [all …]
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/ |
H A D | zfs | 490 echo "If this dryrun looks good, then remove the 'n' from '-Rfn' and try again."
|
/freebsd/crypto/heimdal/ |
H A D | ltmain.sh | 1072 --dry-run|--dryrun|-n)
|
/freebsd/contrib/openbsm/config/ |
H A D | ltmain.sh | 2318 --dry-run|--dryrun|-n)
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 2566 --dry-run|--dryrun|-n)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ltmain.sh | 2318 --dry-run|--dryrun|-n)
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | ltmain.sh | 2318 --dry-run|--dryrun|-n)
|
/freebsd/contrib/libevent/build-aux/ |
H A D | ltmain.sh | 2527 --dry-run|--dryrun|-n)
|
/freebsd/contrib/sqlite3/ |
H A D | ltmain.sh | 2403 --dry-run|--dryrun|-n)
|