Searched refs:SIGINFO (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.1-release/cddl/lib/libdtrace/
H A Dsignal.d83 inline int SIGINFO = 29;
84 #pragma D binding "1.0" SIGINFO
/freebsd-10.1-release/bin/sleep/
H A Dsleep.c84 signal(SIGINFO, report_request);
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_sigaction.c93 * for SIGINFO signal if threads dump enabled
97 if (sig == SIGINFO && _thr_dump_enabled()) {
H A Dthr_sig.c89 0, /* SIGINFO */
256 if (_thr_dump_enabled() && (sig == SIGINFO)) {
352 if (_thr_dump_enabled() && (sig == SIGINFO)) {
526 if (_thr_dump_enabled() && (shi->sig == SIGINFO)) {
1207 * Install the signal handler for SIGINFO. It isn't
1211 _thread_sigact[SIGINFO - 1].sa_flags = SA_SIGINFO | SA_RESTART;
1215 if (__sys_sigaction(SIGINFO, &act, NULL) != 0) {
/freebsd-10.1-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c316 #ifdef SIGINFO
460 #ifdef SIGINFO
461 signal(SIGINFO, ayt);
495 #ifdef SIGINFO
496 signal(SIGINFO, ayt_status);
642 #ifdef SIGINFO
712 #ifdef SIGINFO
738 #ifdef SIGINFO
739 signal(SIGINFO, ayt);
H A Dexterns.h234 #ifdef SIGINFO
/freebsd-10.1-release/contrib/telnet/telnet/
H A Dsys_bsd.c122 #ifdef SIGINFO
602 #ifdef SIGINFO
603 (void) signal(SIGINFO, ayt);
644 #ifdef SIGINFO
645 (void) signal(SIGINFO, (void (*)(int))ayt_status);
862 #ifdef SIGINFO
888 #ifdef SIGINFO
889 (void) signal(SIGINFO, ayt);
H A Dexterns.h223 #ifdef SIGINFO
/freebsd-10.1-release/contrib/gdb/gdb/signals/
H A Dsignals.c198 {"SIGINFO", "Information request"},
488 #if defined (SIGINFO)
489 if (hostsig == SIGINFO)
741 #if defined (SIGINFO)
743 return SIGINFO;
/freebsd-10.1-release/sys/sys/
H A Drctl.h124 #define RCTL_ACTION_SIGINFO SIGINFO
H A Dsignal.h105 #define SIGINFO 29 /* information request */ macro
/freebsd-10.1-release/contrib/tnftp/src/
H A Dprogressbar.c468 #ifdef SIGINFO
469 case SIGINFO:
H A Dmain.c505 #ifdef SIGINFO
506 (void)xsignal(SIGINFO, psummary);
/freebsd-10.1-release/contrib/libarchive/tar/
H A Dbsdtar.c96 #if defined(HAVE_SIGACTION) && (defined(SIGINFO) || defined(SIGUSR1))
164 #ifdef SIGINFO
165 if (sigaction(SIGINFO, &sa, NULL))
166 lafe_errc(1, errno, "sigaction(SIGINFO) failed");
169 /* ... and treat SIGUSR1 the same way as SIGINFO. */
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.init.c570 #ifdef SIGINFO
571 if (mesg[SIGINFO].pname == NULL) {
572 mesg[SIGINFO].iname = "INFO";
573 mesg[SIGINFO].pname = CSAVS(2, 45, "Information request");
575 #endif /* SIGINFO */
/freebsd-10.1-release/sys/fs/procfs/
H A Dprocfs_ctl.c102 { "winch", SIGWINCH }, { "info", SIGINFO },
/freebsd-10.1-release/usr.bin/time/
H A Dtime.c133 (void)signal(SIGINFO, siginfo);
/freebsd-10.1-release/usr.bin/wc/
H A Dwc.c110 (void)signal(SIGINFO, siginfo_handler);
/freebsd-10.1-release/contrib/telnet/telnetd/
H A Dtelnetd.c1218 #if defined(SIGINFO) && defined(TCSIG)
1220 (void) ioctl(pty, TCSIG, SIGINFO);
/freebsd-10.1-release/contrib/xz/src/xz/
H A Dmessage.c37 /// SIGINFO, SIGUSR1, or SIGALRM. Once this variable is true, we will print
43 /// updating progress automatically: if user sends many SIGINFO, SIGUSR1, or
73 // - It is possible for the user to send SIGINFO, SIGUSR1, or SIGALRM to
82 #ifdef SIGINFO
83 SIGINFO,
/freebsd-10.1-release/usr.sbin/ctm/mkCTM/
H A Dmkctm.c100 signal(SIGINFO, stat_info);
576 signal(SIGINFO, stat_info);
/freebsd-10.1-release/bin/cp/
H A Dcp.c180 (void)signal(SIGINFO, siginfo);
/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dmain.c228 signal(SIGINFO, getinfo);
/freebsd-10.1-release/usr.bin/fetch/
H A Dfetch.c91 static int siginfo; /* SIGINFO received */
181 case SIGINFO:
720 signal(SIGINFO, sig_handler);
755 signal(SIGINFO, SIG_DFL);
/freebsd-10.1-release/sbin/ping6/
H A Dping6.c258 #ifdef SIGINFO
1062 #ifdef SIGINFO
1063 (void)signal(SIGINFO, onsignal);
1082 #ifdef SIGINFO
1104 #ifdef SIGINFO
1225 #ifdef SIGINFO
1226 case SIGINFO:

Completed in 363 milliseconds

12