Home
last modified time | relevance | path

Searched refs:arg_wait (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-is-system-running.c44 if (arg_wait) { in verb_is_system_running()
57 arg_wait = false; in verb_is_system_running()
70 if (arg_wait && STR_IN_SET(state, "initializing", "starting")) { in verb_is_system_running()
Dsystemctl-start-unit.c270 if (arg_wait && !STR_IN_SET(argv[0], "start", "restart")) in verb_start()
276 r = acquire_bus(arg_wait ? BUS_FULL : BUS_MANAGER, &bus); in verb_start()
350 if (arg_wait) { in verb_start()
392 if (arg_wait) { in verb_start()
Dsystemctl.c70 bool arg_wait = false; variable
631 arg_wait = true; in systemctl_parse_argv()
934 if (arg_wait && arg_no_block) in systemctl_parse_argv()
946 if (arg_wait) in systemctl_parse_argv()
Dsystemctl.h55 extern bool arg_wait;
/systemd-251/src/run/
Drun.c42 static bool arg_wait = false; variable
471 arg_wait = true; in parse_argv()
541 arg_wait = true; in parse_argv()
616 if (arg_wait) { in parse_argv()
726 if (arg_wait || arg_stdio != ARG_STDIO_NONE) { in transient_service_set_properties()
1243 if (arg_wait || arg_stdio != ARG_STDIO_NONE) { in start_transient_service()
1314 if (arg_wait && !arg_quiet) { in start_transient_service()
1759 … if (arg_wait || arg_stdio != ARG_STDIO_NONE || (arg_user && arg_transport != BUS_TRANSPORT_LOCAL)) in run()