Searched refs:sendsig (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rsh.c | 97 static void sendsig(int); 676 (void) sigset(SIGINT, sendsig); in main() 678 (void) sigset(SIGQUIT, sendsig); in main() 680 (void) sigset(SIGTERM, sendsig); in main() 788 sendsig(int signum) in sendsig() function
|
/titanic_50/usr/src/cmd/rexd/ |
H A D | on.c | 143 sendsig(int sig) in sendsig() function 530 sigset(SIGINT, sendsig); in main() 531 sigset(SIGQUIT, sendsig); in main() 532 sigset(SIGTERM, sendsig); in main()
|
/titanic_50/usr/src/cmd/saf/ |
H A D | misc.c | 200 if (sendsig(sp, SIGTERM)) { in sigpoll() 519 sendsig(struct sactab *sp, int signo) in sendsig() function
|
H A D | readtab.c | 283 if (sendsig(sp, SIGTERM)) in purge()
|
H A D | sac.c | 260 (void) sendsig(sp, SIGTERM); in startpms() 903 (void) sendsig(sp, SIGKILL); in pollfail()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | sendsig.c | 127 sendsig(int sig, k_siginfo_t *sip, void (*hdlr)()) in sendsig() function 607 sendsig(int sig, k_siginfo_t *sip, void (*hdlr)()) in sendsig() function
|
/titanic_50/usr/src/uts/intel/ |
H A D | Makefile.files | 80 sendsig.o \
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | proc.h | 811 extern int sendsig(int, k_siginfo_t *, void (*)());
|
/titanic_50/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 145 _readv.o _writev.o sendsig.o
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sig.c | 1443 rc = sendsig(sig, sip, func); in psig() 2680 rc = sendsig(SIGPROF, sip, func); in realsigprof_fast()
|
/titanic_50/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 880 sendsig(int sig, k_siginfo_t *sip, void (*hdlr)()) in sendsig() function
|