Searched refs:kill_context (Results 1 - 14 of 14) sorted by relevance
| /systemd/src/core/ |
| H A D | scope.h | 38 KillContext kill_context; member in struct:Scope
|
| H A D | mount.h | 83 KillContext kill_context; member in struct:Mount
|
| H A D | swap.h | 80 KillContext kill_context; member in struct:Swap
|
| H A D | scope.c | 218 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 D | service.h | 127 KillContext kill_context; member in struct:Service
|
| H A D | socket.h | 93 KillContext kill_context; member in struct:Socket
|
| H A D | dbus-scope.c | 188 r = bus_kill_context_set_transient_property(u, &s->kill_context, name, message, mode, error);
|
| H A D | swap.c | 248 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 D | dbus-mount.c | 196 r = bus_kill_context_set_transient_property(u, &m->kill_context, name, message, mode, error);
|
| H A D | mount.c | 482 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 D | dbus-service.c | 307 r = bus_kill_context_set_transient_property(u, &s->kill_context, name, message, mode, error);
|
| H A D | busname.c | 452 KillContext kill_context = {}; local 460 kill_context_init(&kill_context); 463 &kill_context,
|
| H A D | socket.c | 435 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 D | service.c | 500 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