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

1234567891011>>

/freebsd-9.3-release/sys/pc98/include/
H A Dsignal.h6 #include <i386/signal.h>
/freebsd-9.3-release/lib/libkse/test/
H A Dsigsuspend_d.exp2 -> Suspender thread signal handler caught signal 16
3 Sigsuspend woke up by signal 16
4 -> Suspender thread signal handler caught signal 16
5 Sigsuspend woke up by signal 16
6 -> Suspender thread signal handler caught signal 31
7 Sigsuspend woke up by signal 31
8 -> Suspender thread signal handle
[all...]
H A Dsigwait_d.exp2 Sigwait caught signal 16
3 Sigwait caught signal 16
4 Sigwait caught signal 30
5 Sigwait caught signal 30
6 Sigwait caught signal 1
7 Sigwait caught signal 1
8 Sigwait caught signal 1
9 -> Signal handler caught signal 1
10 Sigwait caught signal 30
11 Sigwait caught signal 3
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/indxbib/
H A Dsignal.c20 /* Unfortunately vendors seem to have problems writing a <signal.h>
21 that is correct for C++, so we implement all signal handling in C. */
30 #include <signal.h>
43 signal(signum, SIG_DFL);
57 signal(SIGHUP, handle_fatal_signal);
59 signal(SIGINT, handle_fatal_signal);
60 signal(SIGTERM, handle_fatal_signal);
72 signal(SIGHUP, SIG_IGN);
74 signal(SIGINT, SIG_IGN);
75 signal(SIGTER
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/hosts/
H A Dalphalinux.h6 ((abfd)->tdata.trad_core_data->u.signal)
/freebsd-9.3-release/contrib/libstdc++/include/c/
H A Dstd_csignal.h39 #include_next <signal.h>
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c29 #include <signal.h>
61 (void) signal(SIGUSR1, handle);
H A Dtst.ret2.c29 #include <signal.h>
55 (void) signal(SIGUSR1, handle);
H A Dtst.args1.c29 #include <signal.h>
49 (void) signal(SIGUSR1, handle);
H A Dtst.weak1.c29 #include <signal.h>
55 (void) signal(SIGUSR1, handle);
H A Dtst.weak2.c29 #include <signal.h>
55 (void) signal(SIGUSR1, handle);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d31 proc:::signal-send
37 proc:::signal-clear
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dkill.d14 * SIG destination signal ("9" for a kill -9)
15 * RESULT result of signal (-1 is for failure)
18 * for a solution using proc:::signal-send.
49 /* Record target PID and signal */
51 self->signal = arg1;
58 pid, execname, self->signal, self->target, (int)arg0);
62 self->signal = 0;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dkill.d14 * SIG destination signal ("9" for a kill -9)
15 * RESULT result of signal (-1 is for failure)
18 * for a solution using proc:::signal-send.
49 /* Record target PID and signal */
51 self->signal = arg1;
58 pid, execname, self->signal, self->target, (int)arg0);
62 self->signal = 0;
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dsignal.h38 using std::signal;
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dipropd_common.c64 signal(SIGINT, sigterm);
65 signal(SIGTERM, sigterm);
66 signal(SIGXCPU, sigterm);
67 signal(SIGPIPE, SIG_IGN);
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh6.c4 #include <signal.h>
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_csignal.h35 * This is the C++ version of the Standard C Library header @c signal.h,
51 #include <signal.h>
53 // Get rid of those macros defined in <signal.h> in lieu of real functions.
59 using ::signal;
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dserver.c25 #include <signal.h>
48 signal (SIGTTOU, SIG_DFL);
49 signal (SIGTTIN, SIG_DFL);
56 signal (SIGTTOU, SIG_IGN);
57 signal (SIGTTIN, SIG_IGN);
60 /* Wait till we are at 1st instruction in program, return signal number. */
152 handle_v_cont (char *own_buf, char *status, unsigned char *signal) argument
244 *signal = mywait (status, 1);
245 prepare_resume_reply (own_buf, *status, *signal);
257 handle_v_requests (char *own_buf, char *status, unsigned char *signal) argument
317 unsigned char signal; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Ddispatch.h27 #include <signal.h>
/freebsd-9.3-release/lib/libc/gen/
H A Dsiglist.c36 #include <signal.h>
91 "Suspended (signal)", /* SIGSTOP */
104 "User defined signal 1", /* SIGUSR1 */
105 "User defined signal 2" /* SIGUSR2 */
/freebsd-9.3-release/tools/regression/kqueue/
H A DMakefile16 signal.c \
/freebsd-9.3-release/usr.sbin/ppp/
H A Dsig.c31 #include <signal.h>
42 * Record a signal in the "caused" array
44 * This function is the only thing actually called in signal context. It
45 * records that a signal has been caused and that sig_Handle() should be
46 * called (in non-signal context) as soon as possible to process that
47 * signal.
60 * called in signal context (as sig_Handle() is not called in signal
72 return signal(sig, fn);
76 signal(si
[all...]
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dsignalcontext.c31 #include <sys/signal.h>
42 #include <signal.h>
/freebsd-9.3-release/usr.bin/mail/
H A Dtty.c76 savetstp = signal(SIGTSTP, SIG_DFL);
77 savettou = signal(SIGTTOU, SIG_DFL);
78 savettin = signal(SIGTTIN, SIG_DFL);
92 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL)
93 (void)signal(SIGINT, SIG_DFL);
94 if ((savequit = signal(SIGQUIT, SIG_IGN)) == SIG_DFL)
95 (void)signal(SIGQUIT, SIG_DFL);
107 saveint = signal(SIGINT, ttyint);
141 (void)signal(SIGTSTP, savetstp);
142 (void)signal(SIGTTO
[all...]

Completed in 230 milliseconds

1234567891011>>