Searched refs:signal (Results 1 - 25 of 45) sorted by relevance
12
/systemd/src/basic/ |
H A D | exit-status.c | 20 #include <signal.h> 201 set_contains(success_status->signal, INT_TO_PTR(status))); 220 set_free(x->signal); 221 x->status = x->signal = NULL; 228 return set_isempty(x->status) && set_isempty(x->signal); 239 if (IN_SET(code, CLD_KILLED, CLD_DUMPED) && set_contains(x->signal, INT_TO_PTR(status)))
|
H A D | signal-util.h | 22 #include <signal.h>
|
H A D | exit-status.h | 93 Set *signal; member in struct:ExitStatusSet
|
H A D | process-util.h | 23 #include <signal.h>
|
H A D | sigbus.c | 21 #include <signal.h> 36 don't have to deal with locks between signal handler and main
|
H A D | process-util.c | 25 #include <signal.h> 50 #include "signal-util.h" 489 * process, the process was terminated by a signal, or 522 log_warning("%s terminated by signal %s.", name, signal_to_string(status.si_status));
|
/systemd/src/shared/ |
H A D | spawn-ask-password-agent.c | 20 #include <signal.h>
|
H A D | initreq.h | 52 int signal; /* Signal to send */ member in struct:init_request_bsd
|
H A D | spawn-polkit-agent.c | 22 #include <signal.h>
|
H A D | pager.c | 21 #include <signal.h> 37 #include "signal-util.h" 119 * to set the death signal */
|
H A D | machine-pool.c | 23 #include <signal.h> 53 #include "signal-util.h"
|
H A D | ptyfwd.c | 22 #include <signal.h>
|
/systemd/src/systemd/ |
H A D | sd-bus-vtable.h | 74 } signal; member in union:sd_bus_vtable::__anon284 109 .x.signal.member = _member, \ 110 .x.signal.signature = _signature, \
|
H A D | sd-event.h | 24 #include <signal.h>
|
/systemd/test/TEST-07-ISSUE-1981/ |
H A D | test.sh | 11 timeout --foreground 30s systemd-nspawn --kill-signal=SIGKILL --boot --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-introspect.c | 165 fprintf(i->f, " <signal name=\"%s\">\n", v->x.signal.member); 166 introspect_write_arguments(i, strempty(v->x.signal.signature), NULL); 168 fputs(" </signal>\n", i->f);
|
/systemd/src/udev/ |
H A D | udevadm-test.c | 21 #include <signal.h>
|
H A D | udevadm-monitor.c | 20 #include <signal.h> 144 /* set signal handlers */
|
/systemd/src/core/ |
H A D | killall.c | 21 #include <signal.h> 163 log_warning("sigtimedwait() returned unexpected signal."); 207 /* Optionally, also send a SIGHUP signal, but
|
H A D | shutdown.c | 23 #include <signal.h>
|
/systemd/src/libsystemd/sd-event/ |
H A D | sd-event.c | 37 #include "signal-util.h" 69 [SOURCE_SIGNAL] = "signal", 135 } signal; member in union:sd_event_source::__anon147 176 /* For each priority we maintain one signal fd, so that we 206 sd_event_source **signal_sources; /* indexed by signal number */ 721 /* Turns off the specified signal in the signal data 722 * object. If the signal mask of the object becomes empty that 743 log_debug_errno(errno, "Failed to unset signal bit, ignoring: %m"); 752 /* Rechecks if the specified signal i [all...] |
/systemd/src/libudev/ |
H A D | libudev-private.h | 23 #include <signal.h>
|
/systemd/src/bootchart/ |
H A D | bootchart.c | 38 #include <signal.h> 444 /* caught signal, probably HUP! */
|
/systemd/src/udev/collect/ |
H A D | collect.c | 405 if (signal(SIGALRM, sig_alrm) == SIG_ERR) {
|
/systemd/src/udev/scsi_id/ |
H A D | scsi_id.c | 23 #include <signal.h>
|
Completed in 2080 milliseconds
12