Searched refs:need_daemon_reload (Results 1 – 5 of 5) sorted by relevance
30 int need_daemon_reload(sd_bus *bus, const char *unit);
142 if (need_daemon_reload(bus, name) > 0) in start_unit_one()
91 … if (need_daemon_reload(bus, *name) > 0) /* ignore errors (<0), this is informational output */ in verb_cat()
197 bool need_daemon_reload; member785 if (i->need_daemon_reload) in print_status_info()1901 … "b", NULL, offsetof(UnitStatusInfo, need_daemon_reload) … in show_one()
343 int need_daemon_reload(sd_bus *bus, const char *unit) { in need_daemon_reload() function