Searched refs:UNIT_BINDS_TO (Results 1 - 9 of 9) sorted by relevance
/systemd/src/core/ |
H A D | target.c | 55 UNIT_BINDS_TO,
|
H A D | unit.c | 1692 SET_FOREACH(other, u->dependencies[UNIT_BINDS_TO], i) { 1735 SET_FOREACH(other, u->dependencies[UNIT_BINDS_TO], i) 1784 SET_FOREACH(other, u->dependencies[UNIT_BINDS_TO], i) 2153 [UNIT_BINDS_TO] = UNIT_BOUND_BY, 2158 [UNIT_BOUND_BY] = UNIT_BINDS_TO,
|
H A D | transaction.c | 920 SET_FOREACH(dep, ret->unit->dependencies[UNIT_BINDS_TO], i) {
|
H A D | dbus-unit.c | 643 SD_BUS_PROPERTY("BindsTo", "as", property_get_dependencies, offsetof(Unit, dependencies[UNIT_BINDS_TO]), SD_BUS_VTABLE_PROPERTY_CONST),
|
H A D | swap.c | 201 return unit_add_node_link(UNIT(s), s->what, UNIT(s)->manager->running_as == MANAGER_SYSTEM, UNIT_BINDS_TO);
|
H A D | mount.c | 334 r = unit_add_node_link(UNIT(m), p->what, device_wants_mount, m->from_fragment ? UNIT_BINDS_TO : UNIT_REQUIRES);
|
H A D | socket.c | 290 return unit_add_node_link(UNIT(s), t, false, UNIT_BINDS_TO);
|
/systemd/src/basic/ |
H A D | unit-name.h | 221 UNIT_BINDS_TO, enumerator in enum:UnitDependency
|
H A D | unit-name.c | 1028 [UNIT_BINDS_TO] = "BindsTo",
|
Completed in 1433 milliseconds