Searched defs:quiet (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | bus-util.c | 2077 static int check_wait_response(BusWaitForJobs *d, bool quiet, const char *extra_args) { argument 2082 if (!quiet) { 2128 int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char *extra_args) { argument 2141 q = check_wait_response(d, quiet, extra_args); 2169 int bus_wait_for_jobs_one(BusWaitForJobs *d, const char *path, bool quiet) { argument 2176 return bus_wait_for_jobs(d, quiet, NULL); 2179 int bus_deserialize_and_dump_unit_file_changes(sd_bus_message *m, bool quiet, UnitFileChange **changes, unsigned *n_changes) { argument 2188 if (!quiet) {
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 155 static int check_one_unit(sd_bus *bus, const char *name, const char *good_states, bool quiet); 2410 static int check_one_unit(sd_bus *bus, const char *name, const char *good_states, bool quiet) { argument 2458 if (!quiet) 6197 " -q --quiet Suppress output\n" 6491 { "quiet", no_argument, NULL, 'q' },
|
Completed in 2575 milliseconds