Searched refs:unit_notify (Results 1 - 14 of 14) sorted by relevance

/systemd/src/core/
H A Dtarget.c46 unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true);
H A Dslice.c50 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 Dscope.c113 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true);
H A Ddevice.c138 unit_notify(UNIT(d), state_translation_table[old_state], state_translation_table[state], true);
H A Dpath.c433 unit_notify(UNIT(p), state_translation_table[old_state], state_translation_table[state], true);
H A Dunit.h309 * 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 Dautomount.c245 unit_notify(UNIT(a), state_translation_table[old_state], state_translation_table[state], true);
H A Dbusname.c350 unit_notify(UNIT(n), state_translation_table[old_state], state_translation_table[state], true);
H A Dtimer.c269 unit_notify(UNIT(t), state_translation_table[old_state], state_translation_table[state], true);
H A Dswap.c508 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true);
H A Dmount.c614 unit_notify(UNIT(m), state_translation_table[old_state], state_translation_table[state], m->reload_result == MOUNT_SUCCESS);
H A Dsocket.c1463 unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true);
H A Dservice.c929 /* 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 Dunit.c1820 void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_success) { function

Completed in 67 milliseconds