Home
last modified time | relevance | path

Searched refs:arg_runtime (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-is-enabled.c19 (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()
Dsystemctl-preset-all.c40 arg_runtime, in verb_preset_all()
Dsystemctl.h74 extern bool arg_runtime;
Dsystemctl-set-property.c22 r = sd_bus_message_append(m, "sb", name, arg_runtime); in set_property_one()
Dsystemctl-add-dependency.c64 …= sd_bus_message_append(m, "ssbb", target, unit_dependency_to_string(dep), arg_runtime, arg_force); in verb_add_dependency()
Dsystemctl-edit.c221 if (arg_runtime) { in get_file_to_edit()
227 if (arg_runtime) { in get_file_to_edit()
Dsystemctl.c89 bool arg_runtime = false; variable
718 arg_runtime = true; in systemctl_parse_argv()
Dsystemctl-enable.c210 r = sd_bus_message_append(m, "b", arg_runtime); in verb_enable()
Dsystemctl-util.c852 return (arg_runtime ? UNIT_FILE_RUNTIME : 0) | in unit_file_flags_from_args()
/systemd-251/src/portable/
Dportablectl.c42 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()