Searched defs:unit_path (Results 1 - 6 of 6) sorted by relevance
/systemd/src/shared/ |
H A D | path-lookup.h | 26 char **unit_path; member in struct:LookupPaths
|
H A D | bus-util.h | 137 const char *unit_path; member in struct:UnitInfo
|
H A D | dropin.c | 180 const char *unit_path, 191 assert(unit_path); 195 path = strjoin(unit_path, "/", name, suffix, NULL); 210 p = strjoin(unit_path, "/", template, suffix, NULL); 178 unit_file_process_dir( Set *unit_path_cache, const char *unit_path, const char *name, const char *suffix, UnitDependency dependency, dependency_consumer_t consumer, void *arg, char ***strv) argument
|
H A D | path-lookup.c | 265 r = path_split_and_make_absolute(e, &p->unit_path); 269 p->unit_path = NULL; 271 if (!p->unit_path || append) { 274 _cleanup_strv_free_ char **unit_path; local 284 unit_path = user_dirs(generator, generator_early, generator_late); 286 unit_path = strv_new( 303 unit_path = strv_new( 320 if (!unit_path) 323 r = strv_extend_strv(&p->unit_path, unit_path, fals [all...] |
/systemd/src/core/ |
H A D | dbus-manager.c | 894 _cleanup_free_ char *unit_path = NULL, *job_path = NULL; local 908 unit_path = unit_dbus_path(u); 909 if (!unit_path) 926 unit_path, 981 _cleanup_free_ char *unit_path = NULL, *job_path = NULL; local 987 unit_path = unit_dbus_path(j->unit); 988 if (!unit_path) 998 unit_path); 1927 SD_BUS_PROPERTY("UnitPath", "as", NULL, offsetof(Manager, lookup_paths.unit_path), SD_BUS_VTABLE_PROPERTY_CONST),
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 723 const char* unit_path, 734 unit_path, 910 r = get_triggered_units(bus, u->unit_path, &triggered); 914 c = get_listening(bus, u->unit_path, &listening); 1220 r = get_triggered_units(bus, u->unit_path, &triggered); 1224 r = get_next_elapse(bus, u->unit_path, &next); 1228 get_last_trigger(bus, u->unit_path, &last); 2131 const char *name, *type, *state, *job_path, *unit_path; local 2162 while ((r = sd_bus_message_read(reply, "(usssoo)", &id, &name, &type, &state, &job_path, &unit_path)) > 0) { 2277 static int unit_file_find_path(LookupPaths *lp, const char *unit_name, char **unit_path) { argument 721 get_listening( sd_bus *bus, const char* unit_path, char*** listening) argument [all...] |
Completed in 25 milliseconds