Searched refs:signal (Results 1 - 25 of 45) sorted by relevance

12

/systemd/src/basic/
H A Dexit-status.c20 #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 Dsignal-util.h22 #include <signal.h>
H A Dexit-status.h93 Set *signal; member in struct:ExitStatusSet
H A Dprocess-util.h23 #include <signal.h>
H A Dsigbus.c21 #include <signal.h>
36 don't have to deal with locks between signal handler and main
H A Dprocess-util.c25 #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 Dspawn-ask-password-agent.c20 #include <signal.h>
H A Dinitreq.h52 int signal; /* Signal to send */ member in struct:init_request_bsd
H A Dspawn-polkit-agent.c22 #include <signal.h>
H A Dpager.c21 #include <signal.h>
37 #include "signal-util.h"
119 * to set the death signal */
H A Dmachine-pool.c23 #include <signal.h>
53 #include "signal-util.h"
H A Dptyfwd.c22 #include <signal.h>
/systemd/src/systemd/
H A Dsd-bus-vtable.h74 } signal; member in union:sd_bus_vtable::__anon284
109 .x.signal.member = _member, \
110 .x.signal.signature = _signature, \
H A Dsd-event.h24 #include <signal.h>
/systemd/test/TEST-07-ISSUE-1981/
H A Dtest.sh11 timeout --foreground 30s systemd-nspawn --kill-signal=SIGKILL --boot --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND
/systemd/src/libsystemd/sd-bus/
H A Dbus-introspect.c165 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 Dudevadm-test.c21 #include <signal.h>
H A Dudevadm-monitor.c20 #include <signal.h>
144 /* set signal handlers */
/systemd/src/core/
H A Dkillall.c21 #include <signal.h>
163 log_warning("sigtimedwait() returned unexpected signal.");
207 /* Optionally, also send a SIGHUP signal, but
H A Dshutdown.c23 #include <signal.h>
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c37 #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 Dlibudev-private.h23 #include <signal.h>
/systemd/src/bootchart/
H A Dbootchart.c38 #include <signal.h>
444 /* caught signal, probably HUP! */
/systemd/src/udev/collect/
H A Dcollect.c405 if (signal(SIGALRM, sig_alrm) == SIG_ERR) {
/systemd/src/udev/scsi_id/
H A Dscsi_id.c23 #include <signal.h>

Completed in 2080 milliseconds

12