Searched refs:sigterm (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/avs/nsctl/ |
H A D | nskernd.c | 80 static int sigterm; variable 104 sigterm++; in sighand() 197 if (errno != EINTR || !sigterm) { in shutdown() 890 sigterm = 0; in main() 897 } else if (sigterm) { in main() 906 sigterm = 0; in main() 916 sigterm = 0; in main()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmsig.c | 50 extern void sigterm(); in catch_signals() 70 sigact.sa_handler = sigterm; in catch_signals()
|
H A D | tmextern.h | 53 extern void sigterm();
|
H A D | tmhandler.c | 336 sigterm() in sigterm() function
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 375 sigterm(); 438 signal(SIGTERM, sigterm); in main() 661 sigterm() in sigterm() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | main.c | 103 static void sigterm(int); 313 if (signal(SIGHUP, sigterm) == SIG_ERR) in main() 315 if (signal(SIGTERM, sigterm) == SIG_ERR) in main() 317 if (signal(SIGINT, sigterm) == SIG_ERR) in main() 642 sigterm(int sig) in sigterm() function
|
/titanic_41/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 92 void sigterm(int sig); 1269 sigterm(int sig) function 1299 (void) sigset(SIGHUP, sigterm); 1300 (void) sigset(SIGINT, sigterm); 1301 (void) sigset(SIGQUIT, sigterm); 1302 (void) sigset(SIGILL, sigterm); 1303 (void) sigset(SIGEMT, sigterm); 1304 (void) sigset(SIGABRT, sigterm); 1305 (void) sigset(SIGFPE, sigterm); 1306 (void) sigset(SIGBUS, sigterm); [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 225 SIGTYPE sigterm __P((int signo)); 571 SIGTYPE sigterm(signo) in sigterm() function 586 signal(SIGTERM, sigterm); in init()
|
/titanic_41/usr/src/cmd/listen/ |
H A D | listen.c | 838 extern void sigterm(); in catch_signals() 846 sigact.sa_handler = sigterm; in catch_signals() 878 sigterm() in sigterm() function
|
/titanic_41/usr/src/cmd/prstat/ |
H A D | prstat.c | 169 static volatile uint_t sigterm = 0; variable 1288 case SIGTERM: sigterm = 1; in sig_handler() 1595 if (sigterm == 1) in main()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | main.c | 57 static SIGFUNC_DECL sigterm __P((int)); 2384 (void) sm_signal(SIGTERM, sigterm); 3122 sigterm(sig) in sigterm() function 3127 FIX_SYSV_SIGNAL(sig, sigterm);
|