Searched refs:arg_runtime (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-is-enabled.c | 19 (arg_runtime ? UNIT_FILE_RUNTIME : 0); in show_installation_targets_client_side() 38 …bus_call_method(bus, bus_systemd_mgr, "GetUnitFileLinks", &error, &reply, "sb", name, arg_runtime); in show_installation_targets()
|
D | systemctl-preset-all.c | 40 arg_runtime, in verb_preset_all()
|
D | systemctl.h | 74 extern bool arg_runtime;
|
D | systemctl-set-property.c | 22 r = sd_bus_message_append(m, "sb", name, arg_runtime); in set_property_one()
|
D | systemctl-add-dependency.c | 64 …= sd_bus_message_append(m, "ssbb", target, unit_dependency_to_string(dep), arg_runtime, arg_force); in verb_add_dependency()
|
D | systemctl-edit.c | 221 if (arg_runtime) { in get_file_to_edit() 227 if (arg_runtime) { in get_file_to_edit()
|
D | systemctl.c | 89 bool arg_runtime = false; variable 718 arg_runtime = true; in systemctl_parse_argv()
|
D | systemctl-enable.c | 210 r = sd_bus_message_append(m, "b", arg_runtime); in verb_enable()
|
D | systemctl-util.c | 852 return (arg_runtime ? UNIT_FILE_RUNTIME : 0) | in unit_file_flags_from_args()
|
/systemd-251/src/portable/ |
D | portablectl.c | 42 static bool arg_runtime = false; variable 543 const uint64_t flags = UNIT_FILE_PORTABLE | (arg_runtime ? UNIT_FILE_RUNTIME : 0); in maybe_enable_disable() 871 uint64_t flags = arg_runtime ? PORTABLE_RUNTIME : 0; in attach_reattach_image() 875 r = sd_bus_message_append(m, "bs", arg_runtime, arg_copy_mode); in attach_reattach_image() 941 r = sd_bus_message_append(m, "b", arg_runtime); in detach_image() 943 uint64_t flags = arg_runtime ? PORTABLE_RUNTIME : 0; in detach_image() 1364 arg_runtime = true; in parse_argv()
|