Searched defs:quiet (Results 1 - 6 of 6) sorted by relevance
/lxc/src/lxc/ |
H A D | execute.c | 39 int quiet; member in struct:execute_args 53 if (my_args->quiet) 71 if (my_args->quiet) 72 argv[i++] = "--quiet"; 113 int lxc_execute(const char *name, char *const argv[], int quiet, argument 118 .quiet = quiet
|
H A D | log.c | 447 const char *priority, const char *prefix, int quiet, 467 if (!quiet) 446 lxc_log_init(const char *name, const char *file, const char *priority, const char *prefix, int quiet, const char *lxcpath) argument
|
H A D | arguments.h | 49 int quiet; member in struct:lxc_arguments 147 {"quiet", no_argument, 0, 'q'}, \ 164 #define lxc_error(arg, fmt, args...) if (!(arg)->quiet) \
|
/lxc/src/lxc/tools/ |
H A D | lxc_destroy.c | 38 static bool quiet; variable 79 my_args.progname, my_args.quiet, my_args.lxcpath[0])) 82 if (my_args.quiet) 83 quiet = true; 87 if (!quiet) 108 if (!quiet) 115 if (!quiet) 123 if (bret && !quiet) 127 if (bret && !quiet) 158 if (!quiet) [all...] |
H A D | lxc_init.c | 43 static int quiet; variable 48 { "quiet", no_argument, NULL, 'q' }, 66 " -q, --quiet Don't produce any output\n" 96 quiet = 1; 108 basename(argv[0]), quiet, lxcpath);
|
/lxc/src/tests/ |
H A D | concurrent.c | 33 static int quiet = 0; variable 43 { "quiet", no_argument, NULL, 'q' }, 58 " -q, --quiet Don't produce any output\n" 172 quiet = 1; 215 if (!quiet) 220 if (!quiet)
|
Completed in 13 milliseconds