Home
last modified time | relevance | path

Searched refs:need_daemon_reload (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-util.h30 int need_daemon_reload(sd_bus *bus, const char *unit);
Dsystemctl-start-unit.c142 if (need_daemon_reload(bus, name) > 0) in start_unit_one()
Dsystemctl-edit.c91 … if (need_daemon_reload(bus, *name) > 0) /* ignore errors (<0), this is informational output */ in verb_cat()
Dsystemctl-show.c197 bool need_daemon_reload; member
785 if (i->need_daemon_reload) in print_status_info()
1901 … "b", NULL, offsetof(UnitStatusInfo, need_daemon_reload) … in show_one()
Dsystemctl-util.c343 int need_daemon_reload(sd_bus *bus, const char *unit) { in need_daemon_reload() function