Lines Matching refs:mode
59 const char *mode, in start_unit_one() argument
71 assert(mode); in start_unit_one()
76 method, name, mode); in start_unit_one()
92 name, job_type, mode); in start_unit_one()
133 r = bus_call_method(bus, bus_systemd_mgr, method, error, &reply, "ss", name, mode); in start_unit_one()
264 const char *method, *job_type, *mode, *one_name, *suffix = NULL; in verb_start() local
292 mode = action_table[action].mode; in verb_start()
299 mode = "isolate"; in verb_start()
305 mode = arg_job_mode(); in verb_start()
307 method = job_type = mode = NULL; in verb_start()
315 assert(action_table[arg_action].mode); in verb_start()
319 mode = action_table[arg_action].mode; in verb_start()
367 r = start_unit_one(bus, method, job_type, *name, mode, &error, w, wu); in verb_start()