Searched refs:bus_append_unit_property_assignment_many (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/nspawn/ |
D | nspawn-register.c | 188 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/ |
D | bus-unit-util.h | 26 int bus_append_unit_property_assignment_many(sd_bus_message *m, UnitType t, char **l);
|
D | bus-unit-util.c | 2651 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/ |
D | systemctl-set-property.c | 30 r = bus_append_unit_property_assignment_many(m, t, properties); in set_property_one()
|
/systemd-251/src/mount/ |
D | mount-tool.c | 456 r = bus_append_unit_property_assignment_many(m, t, properties); in transient_unit_set_properties()
|
/systemd-251/src/run/ |
D | run.c | 646 r = bus_append_unit_property_assignment_many(m, t, properties); in transient_unit_set_properties()
|