Lines Matching defs:dryrun
1094 * enforce_featureset(group, protocol, dryrun, force)
1101 enforce_featureset(sa_group_t group, char *protocol, boolean_t dryrun,
1127 if (force && !dryrun) {
1191 boolean_t dryrun = B_FALSE;
1209 dryrun = B_TRUE;
1331 if (ret == SA_OK && !dryrun) {
1345 dryrun, force);
1387 if (dryrun && ret == SA_OK && !auth && verbose) {
1435 int dryrun = 0;
1449 dryrun++;
1548 if (!dryrun) {
1556 * dryrun.
1565 /* Commit to configuration if not a dryrun */
1566 if (!dryrun && ret == SA_OK) {
1576 if (security != NULL && !dryrun)
1582 if (optionset != NULL && !dryrun) {
1609 if (!dryrun)
1629 } else if (dryrun && !auth && verbose) {
2532 int dryrun = 0;
2549 dryrun++;
2609 if (dryrun || sharepath != NULL || description != NULL ||
2693 if (dryrun)
2714 if (!dryrun && share == NULL) {
2721 if (!dryrun && ret == SA_OK) {
2775 } else if (dryrun && ret == SA_OK &&
2809 int dryrun = 0;
2822 dryrun++;
2876 if (dryrun || verbose || sharepath != NULL) {
2948 if (ret == SA_OK && parent != group && !dryrun) {
2969 if (!dryrun && ret == SA_OK)
2975 if (ret == SA_OK && parent != group && !dryrun) {
2985 if (dryrun && ret == SA_OK && !(authsrc & authdst) &&
3004 int dryrun = 0;
3019 dryrun++;
3193 if (!dryrun) {
3264 int dryrun = 0;
3283 dryrun++;
3448 if (!dryrun) {
3468 if (!dryrun && ret == SA_OK && description != NULL) {
3481 if (!dryrun && ret == SA_OK) {
3496 if (dryrun && !auth && verbose) {
3656 * basic_set(groupname, optlist, protocol, sharepath, rsrcname, dryrun)
3673 char *protocol, char *sharepath, char *rsrcname, int dryrun)
3747 if (ret == SA_OK && !dryrun) {
3772 if (!dryrun && ret == SA_OK && change && worklist != NULL)
3783 * space_set(groupname, optlist, protocol, sharepath, dryrun)
3792 char *protocol, char *sharepath, int dryrun, char *sectype)
3835 if (ret == SA_OK && !dryrun) {
3861 /* Commit to configuration if not a dryrun */
3862 if (!dryrun && ret == 0) {
3887 int dryrun = 0;
3903 dryrun++;
4027 sharepath, rsrcname, dryrun);
4030 sharepath, dryrun, optset);
4031 if (dryrun && ret == SA_OK && !auth && verbose) {
4192 * basic_unset(groupname, optlist, protocol, sharepath, rsrcname, dryrun)
4199 char *protocol, char *sharepath, char *rsrcname, int dryrun)
4262 if (ret == SA_OK && !dryrun) {
4301 * Commit to configuration if not a dryrun
4303 if (!dryrun && ret == SA_OK) {
4316 * space_unset(groupname, optlist, protocol, sharepath, dryrun)
4322 char *protocol, char *sharepath, int dryrun, char *sectype)
4347 if (ret == SA_OK && !dryrun) {
4397 /* Commit to configuration if not a dryrun */
4398 if (!dryrun && ret == 0) {
4422 int dryrun = 0;
4438 dryrun++;
4565 sharepath, rsrcname, dryrun);
4568 sharepath, dryrun, optset);
4570 if (dryrun && ret == SA_OK && !auth && verbose)
4587 int dryrun = 0;
4603 dryrun++;
4691 if (!dryrun && ret == SA_OK)
4702 if (dryrun && ret == SA_OK && !auth && verbose) {
4803 int dryrun = 0;
4819 dryrun++;
4908 if (ret == SA_OK && !dryrun)
4917 if (dryrun && ret == SA_OK && !auth && verbose)