Searched refs:extra_args (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | bus-util.h | 183 int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char *extra_args);
|
H A D | bus-util.c | 2031 static void log_job_error_with_service_result(const char* service, const char *result, const char *extra_args) { argument 2038 systemctl_extra_args = strjoin("systemctl ", extra_args, " ", NULL); 2077 static int check_wait_response(BusWaitForJobs *d, bool quiet, const char *extra_args) { argument 2104 log_job_error_with_service_result(d->name, result, extra_args); 2128 int bus_wait_for_jobs(BusWaitForJobs *d, bool quiet, const char *extra_args) { argument 2141 q = check_wait_response(d, quiet, extra_args);
|
Completed in 1189 milliseconds