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

/freebsd-9.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.c494 boolean_t dryrun = B_FALSE; local
509 dryrun = B_TRUE;
547 nvroot = make_root_vdev(zhp, force, !force, B_FALSE, dryrun,
554 if (dryrun) {
769 boolean_t dryrun = B_FALSE; local
788 dryrun = B_TRUE;
898 nvroot = make_root_vdev(NULL, force, !force, B_FALSE, dryrun,
986 if (dryrun) {
1955 boolean_t dryrun = B_FALSE; local
1998 dryrun
3593 boolean_t dryrun = B_FALSE; local
[all...]
H A Dzpool_vdev.c1419 if (!flags.dryrun && make_disks(zhp, newroot) != 0) {
1465 boolean_t replacing, boolean_t dryrun, int argc, char **argv)
1507 if (!dryrun && make_disks(zhp, newroot) != 0) {
1464 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep, boolean_t replacing, boolean_t dryrun, int argc, char **argv) argument
/freebsd-9.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-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h234 int dryrun : 1; member in struct:splitflags
603 boolean_t dryrun; member in struct:sendflags
649 boolean_t dryrun; member in struct:recvflags
H A Dlibzfs_sendrecv.c802 boolean_t verbose, dryrun, parsable, progress; member in struct:send_dump_data
1130 if (!sdd->dryrun) {
1382 if (flags->dedup && !flags->dryrun) {
1437 if (!flags->dryrun) {
1491 sdd.dryrun = flags->dryrun;
1503 if (!flags->dryrun && !zpool_get_prop_int(zfs_get_pool_handle(zhp),
1527 sdd.dryrun = B_TRUE;
1551 /* Skip the second run if dryrun was requested. */
1552 if (flags->dryrun)
[all...]
H A Dlibzfs_pool.c1447 zpool_rewind_exclaim(libzfs_handle_t *hdl, const char *name, boolean_t dryrun, argument
1470 if (dryrun) {
1483 dryrun ? "Would discard" : "Discarded",
1490 dryrun ? "Would discard" : "Discarded", loss);
3039 if (flags.dryrun) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1314 "dryrun is not supported with bookmark\n");
3730 flags.dryrun = B_TRUE;
3757 if (!flags.dryrun && isatty(STDOUT_FILENO)) {
3772 flags.dedup || flags.dryrun || flags.verbose ||
3884 flags.dryrun = B_TRUE;
/freebsd-9.3-release/contrib/bind9/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-9.3-release/contrib/openbsm/config/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-9.3-release/contrib/openpam/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-9.3-release/contrib/file/
H A Dltmain.sh1070 --dry-run|--dryrun|-n)
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh1069 --dry-run|--dryrun|-n)
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dltmain.sh1072 --dry-run|--dryrun|-n)
/freebsd-9.3-release/contrib/ntp/
H A Dltmain.sh1072 --dry-run|--dryrun|-n)

Completed in 429 milliseconds