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

/opensolaris-onvv-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
/opensolaris-onvv-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);
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/intel/
H A DMakefile.files77 sendsig.o \
/opensolaris-onvv-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",
345 * Don't set lwp_eosys here. sendsig() is called via psig() after
358 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
563 * Don't set lwp_eosys here. sendsig() is called via psig() after
607 sendsig(int sig, k_siginfo_t *sip, void (*hdlr)()) function
671 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
771 * Don't set lwp_eosys here. sendsig() is called via psig() after
784 printf("sendsig
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dproc.h803 extern int sendsig(int, k_siginfo_t *, void (*)());
/opensolaris-onvv-gate/usr/src/lib/libbc/sparc/
H A DMakefile145 _readv.o _writev.o sendsig.o
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dsig.c1378 * signal so that sendsig() will succeed.
1426 rc = sendsig(sig, sip, func);
2654 rc = sendsig(SIGPROF, sip, func);
2663 * sendsig() failed; we must dump core with a SIGSEGV.
/opensolaris-onvv-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 103 milliseconds