Searched refs:sendsig (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c97 static void sendsig(int);
676 (void) sigset(SIGINT, sendsig);
678 (void) sigset(SIGQUIT, sendsig);
680 (void) sigset(SIGTERM, sendsig);
788 sendsig(int signum) function
/illumos-gate/usr/src/cmd/rexd/
H A Don.c143 sendsig(int sig) function
530 sigset(SIGINT, sendsig);
531 sigset(SIGQUIT, sendsig);
532 sigset(SIGTERM, sendsig);
/illumos-gate/usr/src/cmd/saf/
H A Dmisc.c200 if (sendsig(sp, SIGTERM)) {
511 * sendsig - send a signal to the port monitor
519 sendsig(struct sactab *sp, int signo) function
525 (void) sprintf(Scratch, "in sendsig - sending signo %d to %s", signo, sp->sc_tag);
531 debug("in sendsig - kill failed");
540 debug("in sendsig - checklock failed");
H A Dreadtab.c283 if (sendsig(sp, SIGTERM))
H A Dsac.c260 (void) sendsig(sp, SIGTERM);
903 (void) sendsig(sp, SIGKILL);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsendsig.c127 sendsig(int sig, k_siginfo_t *sip, void (*hdlr)()) function
151 #error "sendsig() amd64 did not find the expected stack alignments"
228 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
348 * Don't set lwp_eosys here. sendsig() is called via psig() after
361 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
569 * Don't set lwp_eosys here. sendsig() is called via psig() after
613 sendsig(int sig, k_siginfo_t *sip, void (*hdlr)()) function
677 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
777 * Don't set lwp_eosys here. sendsig() is called via psig() after
790 printf("sendsig
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h813 extern int sendsig(int, k_siginfo_t *, void (*)());
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile145 _readv.o _writev.o sendsig.o
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1395 * signal so that sendsig() will succeed.
1443 rc = sendsig(sig, sip, func);
2680 rc = sendsig(SIGPROF, sip, func);
2689 * sendsig() failed; we must dump core with a SIGSEGV.
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c880 sendsig(int sig, k_siginfo_t *sip, void (*hdlr)()) function
1010 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
1171 * Don't set lwp_eosys here. sendsig() is called via psig() after
1190 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
1514 * Don't set lwp_eosys here. sendsig() is called via psig() after
1714 * The issue is that while we are handling the fq32 in sendsig, we

Completed in 83 milliseconds