Searched defs:signal (Results 1 - 25 of 55) sorted by last modified time

123

/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py73 import re, resource, select, shutil, signal, string, struct, sys, tempfile namespace
1191 # SIGINT signal handler. Changes thread control variable to tell the threads
1489 # Set signal handler to attempt graceful exit
1490 debug("Setting signal handler")
1491 signal.signal( signal.SIGINT, discontinue_processing )
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c1651 dumpsys_unlock(cqueue_t *cq, int live, int signal) argument
1654 if (signal)
H A Dpid.c571 * Send the specified signal to all processes whose process group ID is
576 signal(pid_t pgid, int sig) function
598 * Send the specified signal to the specified process
644 * send a signal to a process
646 * - send the process the signal
H A Drctl.c2192 rctl_alloc_gp_t *ragp, int flagaction, int signal, const cred_t *cr)
2260 rval_priv->rcv_action_signal = signal;
2278 rval_basic->rcv_action_signal = signal;
2591 * direct the signal at the violating thread.
2610 * changed--and we will not deliver the signal,
2191 rctl_rlimit_set(rctl_hndl_t rc, struct proc *p, struct rlimit64 *rlp64, rctl_alloc_gp_t *ragp, int flagaction, int signal, const cred_t *cr) argument
/illumos-gate/usr/src/man/man3head/
H A DMakefile74 signal.h.3head \
163 signal.3head \
252 signal.3head := LINKSRC = signal.h.3head
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c34 #include <signal.h>
131 /* if -e/-d arg is signal=XXX, set to signal number of XXX */
218 int signal; local
486 if ((strcmp(arg_action_string, "signal") == 0) ||
491 "signal name or number must be "
500 "signal=", strlen("signal=")) == 0) ||
518 warn(gettext("signal invalid"));
583 warn(gettext("unable to enable signal o
1388 int signal, local_flags, global_flags; local
1682 int signal = 0; local
[all...]
/illumos-gate/usr/src/cmd/csh/i386/
H A Dsignal.c16 * 4.3BSD signal compatibility functions
18 * the implementation interprets signal masks equal to -1 as "all of the
19 * signals in the signal set", thereby allowing signals with numbers
29 #include <signal.h>
30 #include "signal.h"
58 * sigvechandler is the real signal handler installed for all
60 * SVR4 signal hander arguments into 4.3BSD signal handler arguments
219 signal(int s, void (*a)()))() function
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c16 * 4.3BSD signal compatibility functions
18 * the implementation interprets signal masks equal to -1 as "all of the
19 * signals in the signal set", thereby allowing signals with numbers
29 #include <signal.h>
30 #include "signal.h"
58 * sigvechandler is the real signal handler installed for all
60 * SVR4 signal hander arguments into 4.3BSD signal handler arguments
243 signal(int s, void (*a)()))() function
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c45 #include <signal.h>
1532 int signal = WTERMSIG(status); local
1535 if (sig2str(signal, sigstr) == 0) {
1536 zerror(gettext("'%s' terminated by signal SIG%s."), cmd,
1539 zerror(gettext("'%s' terminated by an unknown signal."),
1547 * Assume a subprocess that died due to a signal or an unknown error
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c32 #include <sys/signal.h>
889 int signal = 0; local
1032 * Interrupted due to signal. There could still be
1035 signal = 1;
1194 * Don't call ufs_thaw() when there's a signal during
1198 if (signal == 0)
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c52 #include <signal.h>
109 static int termination_signal = 0; /* terminating signal */
875 * Respond to a terminating signal by setting a termination flag.
879 terminate_signal(int signal) argument
882 termination_signal = signal;
892 abort_signal(int signal) argument
1018 sighup(int signal) argument
1441 int sig; /* signal iteration */
1580 * Install a signal handler for reconfiguration processing.
1661 debug("exiting due to signal
[all...]
/illumos-gate/usr/src/test/os-tests/tests/sigqueue/
H A Dsigqueue_queue_size.c26 #include <signal.h>
68 maximum_test_handler(int signal, siginfo_t *siginfo, void *context) argument
94 * Put the signal on hold.
113 * Set signal handler.
121 * Fill the signal queue to the maximum.
131 * Send a further signal and test if we get the expected
141 * from the signal queue.
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h1127 int32_t signal; member in struct:v4l2_tuner
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h257 uint8_t rssi; /* received signal strength */
261 uint16_t signal; member in struct:wpi_rx_stat
480 uint8_t signal; member in struct:wpi_mrr_setup::__anon6589
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h213 uint8_t signal; member in struct:zyd_plcphdr
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h443 uint8_t rssi; /* receiver signal strength indicator */
446 uint16_t signal; member in struct:ipw2200_frame
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h1825 * gain settings for the output of the device's digital signal processor (DSP),
1832 * and peak power (to avoid distortion of the output signal).
1836 * linear value that multiplies the output of the digital signal processor,
2553 uint8_t rssi; /* received signal strength */
2555 uint16_t signal; member in struct:iwk_rx_stat
2993 /* signal that this frame is non-last MPDU */
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1802 uint8_t rssi; /* received signal strength */
1804 uint16_t signal; member in struct:iwp_rx_stat
2345 /* signal that this frame is non-last MPDU */
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h639 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking */
649 unsigned long signal; member in struct:drm_wait_vblank_request
H A Ddrm_io32.h165 uint32_t signal; member in struct:drm_wait_vblank_request_32
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1802 uint8_t rssi; /* received signal strength */
1804 uint16_t signal; member in struct:iwh_rx_stat
2348 /* signal that this frame is non-last MPDU */
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c35 * 4.3BSD signal compatibility functions
37 * the implementation interprets signal masks equal to -1 as "all of the
38 * signals in the signal set", thereby allowing signals with numbers
47 #include <signal.h>
60 #pragma weak signal = usignal macro
78 * sigvechandler is the real signal handler installed for all
80 * SVR4 signal hander arguments into 4.3BSD signal handler arguments
119 * Translate signal codes from new to old.
121 * /usr/ucbinclude/sys/signal
[all...]
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c40 * 4.3BSD signal compatibility functions
42 * the implementation interprets signal masks equal to -1 as "all of the
43 * signals in the signal set", thereby allowing signals with numbers
52 #include <signal.h>
65 #pragma weak signal = usignal macro
96 * sigvechandler is the real signal handler installed for all
98 * SVR4 signal hander arguments into 4.3BSD signal handler arguments
152 * return from the signal handler. Otherwise, vital information
185 * Translate signal code
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c36 #include <signal.h>
338 * Since the function signature does not allow us to return an abort signal, we
352 int signal = -1; local
378 signal = WTERMSIG(prp->pr_wstat);
379 (void) proc_signame(signal, signame, sizeof (signame));
423 pid, status, signal, signalName, NULL, message);
2512 * could not return an abort signal. Rethrow it now that it's
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.h60 int signal; member in struct:__anon3576

Completed in 225 milliseconds

123