Home
last modified time | relevance | path

Searched refs:bus_append_unit_property_assignment_many (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-register.c188 r = bus_append_unit_property_assignment_many(m, UNIT_SERVICE, properties); in register_machine()
292 r = bus_append_unit_property_assignment_many(m, UNIT_SCOPE, properties); in allocate_scope()
/systemd-251/src/shared/
Dbus-unit-util.h26 int bus_append_unit_property_assignment_many(sd_bus_message *m, UnitType t, char **l);
Dbus-unit-util.c2651 int bus_append_unit_property_assignment_many(sd_bus_message *m, UnitType t, char **l) { in bus_append_unit_property_assignment_many() function
/systemd-251/src/systemctl/
Dsystemctl-set-property.c30 r = bus_append_unit_property_assignment_many(m, t, properties); in set_property_one()
/systemd-251/src/mount/
Dmount-tool.c456 r = bus_append_unit_property_assignment_many(m, t, properties); in transient_unit_set_properties()
/systemd-251/src/run/
Drun.c646 r = bus_append_unit_property_assignment_many(m, t, properties); in transient_unit_set_properties()