/src/lib/librumpuser/ |
rumpuser_sigtrans.c | 112 #ifdef SIGINFO 113 case 29 : return SIGINFO;
|
/src/sys/compat/linux/arch/alpha/ |
linux_sigarray.c | 64 SIGINFO,
|
/src/tests/lib/libc/sys/ |
t_pipe.c | 55 * the childs SIGINFO doesn't need anything. 61 kill(pid, SIGINFO); 63 if (sig == SIGINFO) { 86 RL(sigaddset(&asigset, SIGINFO)); 89 REQUIRE_LIBC(signal(SIGINFO, sighand), SIG_ERR);
|
t_ptrace_syscall_wait.h | 37 FORKEE_ASSERT_EQ(arg, SIGINFO); 71 signal(SIGINFO, syscall_sighand); 120 "signal SIGINFO\n", child); 122 ptrace(PT_CONTINUE, child, (void *)1, SIGINFO)
|
t_sigqueue.c | 53 kill(0, SIGINFO);
|
/src/usr.bin/find/ |
find.c | 168 sigaddset(&ss, SIGINFO); /* block SIGINFO */ 173 (void)sigaction(SIGINFO, &sa, NULL); 194 FTSENT *g_entry; /* shared with SIGINFO handler */
|
/src/usr.sbin/npf/npfd/ |
npfd.c | 132 case SIGINFO: 230 signal(SIGINFO, sighandler);
|
/src/usr.bin/telnet/ |
sys_bsd.c | 380 (void) signal(SIGINFO, ayt); 411 (void) signal(SIGINFO, (void (*)(int)) ayt_status); 530 (void) signal(SIGINFO, ayt);
|
/src/bin/pax/ |
pax.c | 301 #ifdef SIGINFO 302 (void)signal(SIGINFO, ar_summary);
|
/src/usr.sbin/tprof/ |
tprof.c | 215 /* XXX: avoid mixing with the output of the child process SIGINFO handler... */ 254 if (errno == EINTR) /* interrupted by SIGINFO? */ 483 signal(SIGINFO, siginfo_showcount); 485 signal(SIGINFO, siginfo_nothing); 517 kill(0, SIGINFO);
|
/src/bin/sleep/ |
sleep.c | 186 signal(SIGINFO, report_request);
|
/src/sys/sys/ |
signal.h | 81 #define SIGINFO 29 /* information request */ 112 #include <sys/siginfo.h> 147 * BSD "sigcontext" style of handler in addition to the modern "siginfo" 161 * 2 Modern "siginfo" trampoline. This style is used if a handler 162 * explicitly requests "siginfo", or if the deprecation of "sigcontext" 179 * the "siginfo" trampoline, it can achieve this by overriding the 233 #define SA_NOKERNINFO 0x0080 /* siginfo does not print kernel info on tty */
|
/src/usr.sbin/perfused/ |
perfused.c | 270 (void)kill(getpid(), SIGINFO); /* This is for -s option */ 402 if (signal(SIGINFO, siginfo_handler) == SIG_ERR)
|
/src/sbin/ping/ |
ping.c | 254 #ifdef SIGINFO 708 #ifdef SIGINFO 709 sigaddset(&blockmask, SIGINFO); 714 #ifdef SIGINFO 718 (void)sigaction(SIGINFO, &sa, NULL); 1442 * Print statistics when SIGINFO is received. 1450 #ifndef SIGINFO 1479 #ifdef SIGINFO 1480 (void)signal(SIGINFO, SIG_DFL);
|
/src/sbin/dump/ |
tape.c | 248 * information message upon receipt of SIGINFO 605 signal(SIGINFO, SIG_IGN); /* only want child's stats */ 648 signal(SIGINFO, statussig); /* now want child's stats */ 781 signal(SIGINFO, SIG_IGN);
|
/src/bin/dd/ |
dd.c | 94 sigset_t infoset; /* a set blocking SIGINFO */ 139 (void)signal(SIGINFO, summaryx); 142 (void)sigaddset(&infoset, SIGINFO); 616 * A protected against SIGINFO write
|
/src/sbin/fsirand/ |
fsirand.c | 286 (void)signal(SIGINFO, statussig);
|
/src/sbin/ping6/ |
ping6.c | 240 #ifdef SIGINFO 893 #ifdef SIGINFO 894 (void)signal(SIGINFO, onsignal); 898 #ifdef SIGINFO 940 #ifdef SIGINFO 1047 #ifdef SIGINFO 1048 case SIGINFO:
|
/src/usr.bin/ftp/ |
main.c | 536 #ifdef SIGINFO 537 (void)xsignal(SIGINFO, psummary);
|
/src/bin/mv/ |
mv.c | 123 (void)signal(SIGINFO, progress);
|
/src/sbin/fsck_ffs/ |
main.c | 307 signal(SIGINFO, infohandler);
|
/src/bin/cp/ |
cp.c | 221 (void)signal(SIGINFO, progress);
|
/src/bin/rm/ |
rm.c | 141 (void)signal(SIGINFO, progress);
|
/src/usr.bin/gzip/ |
gzip.c | 195 #ifdef SIGINFO 249 #ifdef SIGINFO 1226 #ifdef SIGINFO 1239 #ifdef SIGINFO 1240 signal(SIGINFO, got_siginfo);
|
/src/usr.bin/make/ |
main.c | 797 #ifdef SIGINFO 799 siginfo(int signo MAKE_ATTR_UNUSED) function in typeref:typename:void 1321 #ifdef SIGINFO 1322 (void)bmake_signal(SIGINFO, siginfo);
|