Searched defs:dry_run (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaimport.c438 bool_t dry_run = 0; local
501 dry_run = 1;
532 if ((dry_run != 0) && (report_only != 0))
842 (void) meta_imp_set(misp, setname_new, force, dry_run, ep);
843 if (dry_run) {
/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c29 * "dry_run" flag is set. In this mode, an option function should just "say"
33 * control to another program). In verification mode (dry_run flag is set)
34 * such options should clear the "dry_run" flag to inform the caller of this
70 int dry_run = 0; /* flag set in verification mode */ variable
268 if (dry_run == 0 && setgid(grp->gr_gid))
290 if (dry_run == 0 && setuid(pwd->pw_uid))
318 if (dry_run == 0)
336 if (dry_run == 0) {
354 if (dry_run == 0 && setsockopt(request->fd, SOL_SOCKET, SO_KEEPALIVE,
372 if (dry_run
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c3452 bool_t dry_run,
3622 if (dry_run == 1) {
3448 meta_imp_set( md_im_set_desc_t *misp, char *setname, int force, bool_t dry_run, md_error_t *ep ) argument

Completed in 68 milliseconds