Searched refs:dryrun (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/usr.sbin/iovctl/
H A Diovctl.c46 static void config_action(const char *filename, int dryrun);
47 static void delete_action(const char *device, int dryrun);
95 config_iov(int fd, const char *dev_name, const nvlist_t *config, int dryrun) argument
104 if (dryrun) {
178 int ch, dryrun; local
183 dryrun = 0;
211 dryrun = 1;
244 config_action(filename, dryrun);
249 delete_action(device, dryrun);
253 if (dryrun) {
271 config_action(const char *filename, int dryrun) argument
296 delete_action(const char *dev_name, int dryrun) argument
[all...]
/freebsd-11-stable/usr.sbin/trim/
H A Dtrim.c53 static int trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose);
62 bool dryrun, verbose; local
68 dryrun = verbose = true;
73 dryrun = true;
77 dryrun = false;
133 if (trim(fname, offset, length, dryrun, verbose) < 0)
206 trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose) argument
218 if (dryrun) {
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh386 # directory warnings for dryrun invocations.
416 # If this is a dryrun, then this returns true as long as the contents
418 # (meaning that the directory would be empty in a non-dryrun when this
425 if [ -n "$dryrun" ]; then
515 if [ -z "$dryrun" ]; then
548 # If this is a dryrun and we are installing the
552 if [ -n "$dryrun" -a "$2" = "$DESTDIR" ]; then
574 if [ -z "$dryrun" ]; then
591 if [ -z "$dryrun" ]; then
600 if [ -z "$dryrun" ]; the
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.h47 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type,
H A Dzpool_main.c529 boolean_t dryrun = B_FALSE; local
546 dryrun = B_TRUE;
590 nvroot = make_root_vdev(zhp, force, !force, B_FALSE, dryrun,
597 if (dryrun) {
902 boolean_t dryrun = B_FALSE; local
924 dryrun = B_TRUE;
1117 nvroot = make_root_vdev(NULL, force, !force, B_FALSE, dryrun,
1206 if (dryrun) {
2312 boolean_t dryrun = B_FALSE; local
2362 dryrun
4006 boolean_t dryrun = B_FALSE; local
[all...]
H A Dzpool_vdev.c1482 if (!flags.dryrun &&
1528 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type,
1571 if (!dryrun && make_disks(zhp, newroot, boot_type, boot_size) != 0) {
1527 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep, boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type, uint64_t boot_size, int argc, char **argv) argument
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c439 bool dryrun, bool pretty, bool precrypted)
465 if (dryrun)
491 bool quiet, precrypted, dryrun, pretty, nis; local
493 quiet = precrypted = dryrun = pretty = nis = false;
538 dryrun = true;
556 rc = groupadd(cnf, name, gr_gidpolicy(cnf, id), members, fd, dryrun,
577 bool quiet, pretty, dryrun, nis, precrypted; local
579 quiet = pretty = dryrun = nis = precrypted = false;
630 dryrun = true;
669 if (dryrun) {
438 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, bool dryrun, bool pretty, bool precrypted) argument
[all...]
H A Dpw_user.c79 gid_t prefer, bool dryrun);
84 bool dryrun);
382 pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, gid_t prefer, bool dryrun) argument
414 if (dryrun) {
514 pw_password(struct userconf * cnf, char const * user, bool dryrun) argument
531 if (conf.fd == -1 && !dryrun) {
1200 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; local
1202 dryrun = nis = pretty = quiet = createhome = precrypted = false;
1314 dryrun = true;
1328 if (geteuid() != 0 && ! dryrun)
1524 bool quiet, createhome, pretty, dryrun, nis, edited; local
[all...]
H A Dpw.h101 bool dryrun, bool pretty, bool precrypted);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c936 boolean_t verbose, dryrun, parsable, progress, embed_data, std_out; member in struct:send_dump_data
1305 if (!sdd->dryrun) {
1599 FILE *fout = (flags->verbose && flags->dryrun) ? stdout : stderr;
1678 if (!flags->dryrun) {
1797 if (flags->dedup && !flags->dryrun) {
1853 if (!flags->dryrun) {
1901 sdd.dryrun = flags->dryrun;
1909 if (sdd.verbose && sdd.dryrun)
1919 if (!flags->dryrun
[all...]
H A Dlibzfs.h259 int dryrun : 1; member in struct:splitflags
640 boolean_t dryrun; member in struct:sendflags
702 boolean_t dryrun; member in struct:recvflags
H A Dlibzfs_pool.c1501 zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun, argument
1524 if (dryrun) {
1537 dryrun ? "Would discard" : "Discarded",
1544 dryrun ? "Would discard" : "Discarded", loss);
3212 if (flags.dryrun) {
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_ctl.c61 int keysize, error, nkey, dryrun, dummy; local
101 /* "dryrun" is optional for backward compatibility */
102 dryrun = 0;
103 dryrunp = gctl_get_param(req, "dryrun", &dummy);
105 dryrunp = gctl_get_paraml(req, "dryrun", sizeof(*dryrunp));
107 dryrun = *dryrunp;
167 if (!dryrun)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1397 "dryrun is not supported with bookmark\n");
3825 {"dryrun", no_argument, NULL, 'n'},
3872 flags.dryrun = B_TRUE;
3927 if (!flags.dryrun && isatty(STDOUT_FILENO)) {
3948 (flags.dryrun || flags.verbose || flags.progress))) {
4067 flags.dryrun = B_TRUE;
4117 if (flags.isprefix || flags.istail || flags.dryrun ||
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh1072 --dry-run|--dryrun|-n)
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh2318 --dry-run|--dryrun|-n)
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh2318 --dry-run|--dryrun|-n)
/freebsd-11-stable/contrib/file/
H A Dltmain.sh2321 --dry-run|--dryrun|-n)
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh2318 --dry-run|--dryrun|-n)
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh2318 --dry-run|--dryrun|-n)

Completed in 463 milliseconds