Searched refs:unit_notify (Results 1 - 14 of 14) sorted by relevance
| /systemd/src/core/ |
| H A D | target.c | 46 unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | slice.c | 50 unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true); 200 * unit_notify() will do that for us anyway. */
|
| H A D | scope.c | 113 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | device.c | 138 unit_notify(UNIT(d), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | path.c | 433 unit_notify(UNIT(p), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | unit.h | 309 * where to actually set the state and call unit_notify(). */ 511 void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_success);
|
| H A D | automount.c | 245 unit_notify(UNIT(a), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | busname.c | 350 unit_notify(UNIT(n), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | timer.c | 269 unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | swap.c | 508 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | mount.c | 614 unit_notify(UNIT(m), state_translation_table[old_state], state_translation_table[state], m->reload_result == MOUNT_SUCCESS);
|
| H A D | socket.c | 1463 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true);
|
| H A D | service.c | 929 /* For the inactive states unit_notify() will trim the cgroup, 935 * hold on the console, since unit_notify() only does that in case of 957 unit_notify(UNIT(s), table[old_state], table[state], s->reload_result == SERVICE_SUCCESS);
|
| H A D | unit.c | 1820 void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_success) { function
|
Completed in 67 milliseconds