Searched refs:unit_write_drop_in_private (Results 1 - 5 of 5) sorted by relevance
/systemd/src/core/ |
H A D | dbus-cgroup.c | 183 unit_write_drop_in_private(u, mode, name, b ? "Delegate=yes" : "Delegate=no"); 217 unit_write_drop_in_private(u, mode, name, b ? "CPUAccounting=yes" : "CPUAccounting=no"); 237 unit_write_drop_in_private(u, mode, name, "CPUShares="); 259 unit_write_drop_in_private(u, mode, name, "StartupCPUShares="); 294 unit_write_drop_in_private(u, mode, name, b ? "BlockIOAccounting=yes" : "BlockIOAccounting=no"); 314 unit_write_drop_in_private(u, mode, name, "BlockIOWeight="); 336 unit_write_drop_in_private(u, mode, name, "StartupBlockIOWeight="); 428 unit_write_drop_in_private(u, mode, name, buf); 504 unit_write_drop_in_private(u, mode, name, buf); 519 unit_write_drop_in_private( [all...] |
H A D | dbus-service.c | 269 unit_write_drop_in_private(UNIT(s), mode, name, buf);
|
H A D | unit.h | 588 int unit_write_drop_in_private(Unit *u, UnitSetPropertiesMode mode, const char *name, const char *data);
|
H A D | dbus-execute.c | 1313 unit_write_drop_in_private(u, mode, name, "EnvironmentFile=\n"); 1319 unit_write_drop_in_private(u, mode, name, joined);
|
H A D | unit.c | 3404 int unit_write_drop_in_private(Unit *u, UnitSetPropertiesMode mode, const char *name, const char *data) { function 3443 return unit_write_drop_in_private(u, mode, name, p);
|
Completed in 4150 milliseconds