Home
last modified time | relevance | path

Searched refs:noteworthy (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/core/
Dunit.c4493 static int operation_to_signal(const KillContext *c, KillOperation k, bool *noteworthy) { in operation_to_signal() argument
4500 *noteworthy = false; in operation_to_signal()
4504 *noteworthy = false; in operation_to_signal()
4508 *noteworthy = true; in operation_to_signal()
4512 *noteworthy = true; in operation_to_signal()
4542 bool noteworthy; in unit_kill_context() local
4543 sig = operation_to_signal(c, k, &noteworthy); in unit_kill_context()
4544 if (noteworthy) in unit_kill_context()