Searched refs:quiet (Results 1 - 4 of 4) sorted by relevance

/systemd/src/shared/
H A Dbus-util.h183 int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char *extra_args);
184 int bus_wait_for_jobs_one(BusWaitForJobs *d, const char *path, bool quiet);
188 int bus_deserialize_and_dump_unit_file_changes(sd_bus_message *m, bool quiet, UnitFileChange **changes, unsigned *n_changes);
H A Dbus-util.c2077 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/udev/cdrom_id/
H A Dcdrom_id.c146 cmd->cgc.quiet = 1;
/systemd/src/systemctl/
H A Dsystemctl.c155 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 2474 milliseconds