Home
last modified time | relevance | path

Searched refs:dbus_path (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-util.c121 _cleanup_free_ char *buf = NULL, *dbus_path = NULL; in get_state_one_unit() local
128 dbus_path = unit_dbus_path_from_name(unit); in get_state_one_unit()
129 if (!dbus_path) in get_state_one_unit()
135 dbus_path, in get_state_one_unit()
292 _cleanup_free_ char *n = NULL, *dbus_path = NULL, *load_state = NULL; in check_triggering_units() local
309 dbus_path = unit_dbus_path_from_name(n); in check_triggering_units()
310 if (!dbus_path) in check_triggering_units()
316 dbus_path, in check_triggering_units()
455 _cleanup_free_ char *load_state = NULL, *dbus_path = NULL; in unit_find_paths() local
457 dbus_path = unit_dbus_path_from_name(unit_name); in unit_find_paths()
[all …]
Dsystemctl-log-setting.c43 _cleanup_free_ char *dbus_path = unit_dbus_path_from_name(name); in service_name_to_dbus() local
44 if (!dbus_path) in service_name_to_dbus()
50 dbus_path, in service_name_to_dbus()
/systemd-251/src/shared/
Dbus-wait-for-jobs.c143 _cleanup_free_ char *dbus_path = NULL; in bus_job_get_service_result() local
152 dbus_path = unit_dbus_path_from_name(d->name); in bus_job_get_service_result()
153 if (!dbus_path) in bus_job_get_service_result()
158 dbus_path, in bus_job_get_service_result()