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

/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.h47 boolean_t replacing, boolean_t dryrun, int argc, char **argv);
H A Dzpool_main.c496 boolean_t dryrun = B_FALSE; local
511 dryrun = B_TRUE;
549 nvroot = make_root_vdev(zhp, force, !force, B_FALSE, dryrun,
556 if (dryrun) {
771 boolean_t dryrun = B_FALSE; local
790 dryrun = B_TRUE;
902 nvroot = make_root_vdev(NULL, force, !force, B_FALSE, dryrun,
991 if (dryrun) {
1966 boolean_t dryrun = B_FALSE; local
2009 dryrun
3658 boolean_t dryrun = B_FALSE; local
[all...]
H A Dzpool_vdev.c1422 if (!flags.dryrun && make_disks(zhp, newroot) != 0) {
1468 boolean_t replacing, boolean_t dryrun, int argc, char **argv)
1510 if (!dryrun && make_disks(zhp, newroot) != 0) {
1467 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep, boolean_t replacing, boolean_t dryrun, int argc, char **argv) argument
/freebsd-10.3-release/usr.sbin/etcupdate/
H A Detcupdate.sh383 # directory warnings for dryrun invocations.
413 # If this is a dryrun, then this returns true as long as the contents
415 # (meaning that the directory would be empty in a non-dryrun when this
422 if [ -n "$dryrun" ]; then
512 if [ -z "$dryrun" ]; then
545 # If this is a dryrun and we are installing the
549 if [ -n "$dryrun" -a "$2" = "$DESTDIR" ]; then
571 if [ -z "$dryrun" ]; then
588 if [ -z "$dryrun" ]; then
597 if [ -z "$dryrun" ]; the
[all...]
/freebsd-10.3-release/usr.sbin/pw/
H A Dpw_group.c437 bool dryrun, bool pretty, bool precrypted)
463 if (dryrun)
489 bool quiet, precrypted, dryrun, pretty, nis; local
491 quiet = precrypted = dryrun = pretty = nis = false;
536 dryrun = true;
554 rc = groupadd(cnf, name, gr_gidpolicy(cnf, id), members, fd, dryrun,
575 bool quiet, pretty, dryrun, nis, precrypted; local
577 quiet = pretty = dryrun = nis = precrypted = false;
628 dryrun = true;
667 if (dryrun) {
436 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, bool dryrun, bool pretty, bool precrypted) argument
[all...]
H A Dpw.h91 bool dryrun, bool pretty, bool precrypted);
H A Dpw_user.c78 gid_t prefer, bool dryrun);
83 bool dryrun);
381 pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, gid_t prefer, bool dryrun) argument
413 if (dryrun) {
510 pw_password(struct userconf * cnf, char const * user, bool dryrun) argument
525 if (conf.fd == -1 && !dryrun) {
1189 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; local
1191 dryrun = nis = pretty = quiet = createhome = precrypted = false;
1296 dryrun = true;
1310 if (geteuid() != 0 && ! dryrun)
1498 bool quiet, createhome, pretty, dryrun, nis, edited, docreatehome; local
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c823 boolean_t verbose, dryrun, parsable, progress, embed_data, std_out; member in struct:send_dump_data
1174 if (!sdd->dryrun) {
1543 if (!flags->dryrun) {
1660 if (flags->dedup && !flags->dryrun) {
1715 if (!flags->dryrun) {
1762 sdd.dryrun = flags->dryrun;
1769 if (sdd.verbose && sdd.dryrun)
1779 if (!flags->dryrun && !zpool_get_prop_int(zfs_get_pool_handle(zhp),
1803 sdd.dryrun
[all...]
H A Dlibzfs.h235 int dryrun : 1; member in struct:splitflags
605 boolean_t dryrun; member in struct:sendflags
661 boolean_t dryrun; member in struct:recvflags
H A Dlibzfs_pool.c1418 zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun, argument
1441 if (dryrun) {
1454 dryrun ? "Would discard" : "Discarded",
1461 dryrun ? "Would discard" : "Discarded", loss);
3006 if (flags.dryrun) {
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1367 "dryrun is not supported with bookmark\n");
3803 flags.dryrun = B_TRUE;
3853 if (!flags.dryrun && isatty(STDOUT_FILENO)) {
3874 flags.dedup || flags.dryrun || flags.verbose ||
4000 flags.dryrun = B_TRUE;
4050 if (flags.isprefix || flags.istail || flags.dryrun ||
/freebsd-10.3-release/contrib/openbsm/config/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-10.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh2318 --dry-run|--dryrun|-n)
/freebsd-10.3-release/contrib/openpam/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-10.3-release/contrib/sqlite3/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-10.3-release/contrib/unbound/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-10.3-release/crypto/heimdal/
H A Dltmain.sh1072 --dry-run|--dryrun|-n)
/freebsd-10.3-release/contrib/file/
H A Dltmain.sh1070 --dry-run|--dryrun|-n)
/freebsd-10.3-release/contrib/ldns/
H A Dltmain.sh2318 --dry-run|--dryrun|-n)

Completed in 344 milliseconds