Searched refs:manager_load_unit_from_dbus_path (Results 1 - 3 of 3) sorted by relevance
/systemd/src/core/ |
H A D | manager.h | 323 int manager_load_unit_from_dbus_path(Manager *m, const char *s, sd_bus_error *e, Unit **_u);
|
H A D | dbus.c | 263 manager_load_unit_from_dbus_path(m, path, NULL, &u); 323 r = manager_load_unit_from_dbus_path(m, path, error, &u);
|
H A D | manager.c | 2059 int manager_load_unit_from_dbus_path(Manager *m, const char *s, sd_bus_error *e, Unit **_u) { function
|
Completed in 38 milliseconds