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

/systemd/src/core/
H A Dscope.h38 KillContext kill_context; member in struct:Scope
H A Dmount.h83 KillContext kill_context; member in struct:Mount
H A Dswap.h80 KillContext kill_context; member in struct:Swap
H A Dscope.c218 kill_context_dump(&s->kill_context, f, prefix);
250 &s->kill_context,
445 if (s->kill_context.send_sigkill) {
541 SCOPE(u)->kill_context.kill_signal = SIGRTMIN+14;
564 .kill_context_offset = offsetof(Scope, kill_context),
H A Dservice.h127 KillContext kill_context; member in struct:Service
H A Dsocket.h93 KillContext kill_context; member in struct:Socket
H A Ddbus-scope.c188 r = bus_kill_context_set_transient_property(u, &s->kill_context, name, message, mode, error);
H A Dswap.c248 if (s->exec_context.pam_name && s->kill_context.kill_mode != KILL_CONTROL_GROUP) {
602 kill_context_dump(&s->kill_context, f, prefix);
699 &s->kill_context,
1045 if (s->kill_context.send_sigkill) {
1055 if (s->kill_context.send_sigkill) {
1452 .kill_context_offset = offsetof(Swap, kill_context),
H A Ddbus-mount.c196 r = bus_kill_context_set_transient_property(u, &m->kill_context, name, message, mode, error);
H A Dmount.c482 if (m->exec_context.pam_name && m->kill_context.kill_mode != KILL_CONTROL_GROUP) {
696 kill_context_dump(&m->kill_context, f, prefix);
789 &m->kill_context,
1268 if (m->kill_context.send_sigkill) {
1282 if (m->kill_context.send_sigkill) {
1296 if (m->kill_context.send_sigkill) {
1808 .kill_context_offset = offsetof(Mount, kill_context),
H A Ddbus-service.c307 r = bus_kill_context_set_transient_property(u, &s->kill_context, name, message, mode, error);
H A Dbusname.c452 KillContext kill_context = {}; local
460 kill_context_init(&kill_context);
463 &kill_context,
H A Dsocket.c435 if (s->exec_context.pam_name && s->kill_context.kill_mode != KILL_CONTROL_GROUP) {
673 kill_context_dump(&s->kill_context, f, prefix);
1721 &s->kill_context,
2612 if (s->kill_context.send_sigkill) {
2632 if (s->kill_context.send_sigkill) {
2807 .kill_context_offset = offsetof(Socket, kill_context),
H A Dservice.c500 if (s->exec_context.pam_name && !(s->kill_context.kill_mode == KILL_CONTROL_GROUP || s->kill_context.kill_mode == KILL_MIXED)) {
756 kill_context_dump(&s->kill_context, f, prefix);
1523 &s->kill_context,
1538 } else if (IN_SET(state, SERVICE_STOP_SIGABRT, SERVICE_STOP_SIGTERM) && s->kill_context.send_sigkill)
1542 else if (state == SERVICE_FINAL_SIGTERM && s->kill_context.send_sigkill)
2885 if (s->kill_context.send_sigkill) {
2910 if (s->kill_context.send_sigkill) {
3302 .kill_context_offset = offsetof(Service, kill_context),

Completed in 53 milliseconds