| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| main.c | 59 sigterm(int sig) function 142 sa.sa_handler = sigterm; 146 sigaction(SIGTERM, &sa, NULL); 162 signal(SIGINT, sigterm); 163 signal(SIGTERM, sigterm); 168 signal(SIGXCPU, sigterm);
|
| main.c | 59 sigterm(int sig) function 142 sa.sa_handler = sigterm; 146 sigaction(SIGTERM, &sa, NULL); 162 signal(SIGINT, sigterm); 163 signal(SIGTERM, sigterm); 168 signal(SIGXCPU, sigterm);
|
| /src/external/bsd/kyua-cli/dist/utils/process/ |
| status_test.cpp | 136 const status sigterm = fork_and_wait(child_signal< SIGTERM >); local 137 ATF_REQUIRE(!sigterm.exited()); 138 ATF_REQUIRE(sigterm.signaled()); 139 ATF_REQUIRE_EQ(SIGTERM, sigterm.termsig()); 140 ATF_REQUIRE(!sigterm.coredump());
|
| status_test.cpp | 136 const status sigterm = fork_and_wait(child_signal< SIGTERM >); local 137 ATF_REQUIRE(!sigterm.exited()); 138 ATF_REQUIRE(sigterm.signaled()); 139 ATF_REQUIRE_EQ(SIGTERM, sigterm.termsig()); 140 ATF_REQUIRE(!sigterm.coredump());
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| ipropd_common.c | 46 sigterm(int sig) function 59 sa.sa_handler = sigterm; 63 sigaction(SIGTERM, &sa, NULL); 70 signal(SIGINT, sigterm); 71 signal(SIGTERM, sigterm); 73 signal(SIGXCPU, sigterm); 170 kill(pid, SIGTERM); 243 case SIGTERM:
|
| ipropd_common.c | 46 sigterm(int sig) function 59 sa.sa_handler = sigterm; 63 sigaction(SIGTERM, &sa, NULL); 70 signal(SIGINT, sigterm); 71 signal(SIGTERM, sigterm); 73 signal(SIGXCPU, sigterm); 170 kill(pid, SIGTERM); 243 case SIGTERM:
|
| /src/external/bsd/am-utils/dist/amd/ |
| amd.c | 85 * SIGTERM - tells amd to shutdown now. Just unmounts the automount nodes. 88 sigterm(int sig) function 91 signal(sig, sigterm); 99 case SIGTERM: 466 setup_sighandler(SIGINT, sigterm); 467 /* SIGTERM: trap terminate so we can shutdown cleanly (some chance) */ 468 setup_sighandler(SIGTERM, sigterm); 480 sigaddset(&masked_sigs, SIGTERM);
|
| amd.c | 85 * SIGTERM - tells amd to shutdown now. Just unmounts the automount nodes. 88 sigterm(int sig) function 91 signal(sig, sigterm); 99 case SIGTERM: 466 setup_sighandler(SIGINT, sigterm); 467 /* SIGTERM: trap terminate so we can shutdown cleanly (some chance) */ 468 setup_sighandler(SIGTERM, sigterm); 480 sigaddset(&masked_sigs, SIGTERM);
|
| /src/external/mpl/bind/dist/bin/tests/system/shutdown/ |
| tests_shutdown.py | 49 if kill_method=="sigterm" named will be killed by SIGTERM on 61 :kill_method: "rndc" or "sigterm" 130 # named process exited gracefully after SIGTERM signal. 157 # Method 2: killing with SIGTERM 161 ["rndc", "sigterm"],
|
| tests_shutdown.py | 49 if kill_method=="sigterm" named will be killed by SIGTERM on 61 :kill_method: "rndc" or "sigterm" 130 # named process exited gracefully after SIGTERM signal. 157 # Method 2: killing with SIGTERM 161 ["rndc", "sigterm"],
|
| /src/external/mpl/bind/dist/lib/isc/ |
| loop.c | 85 case SIGTERM: 184 isc_signal_stop(loopmgr->sigterm); 188 isc_signal_destroy(&loopmgr->sigterm); 376 loopmgr->sigterm = isc_signal_new(loopmgr, isc__loopmgr_signal, loopmgr, 377 SIGTERM); 380 isc_signal_start(loopmgr->sigterm); 606 isc_signal_stop(loopmgr->sigterm); 615 isc_signal_start(loopmgr->sigterm);
|
| loop.c | 85 case SIGTERM: 184 isc_signal_stop(loopmgr->sigterm); 188 isc_signal_destroy(&loopmgr->sigterm); 376 loopmgr->sigterm = isc_signal_new(loopmgr, isc__loopmgr_signal, loopmgr, 377 SIGTERM); 380 isc_signal_start(loopmgr->sigterm); 606 isc_signal_stop(loopmgr->sigterm); 615 isc_signal_start(loopmgr->sigterm);
|
| loop_p.h | 104 isc_signal_t *sigterm; member in struct:isc_loopmgr
|
| loop_p.h | 104 isc_signal_t *sigterm; member in struct:isc_loopmgr
|
| /src/games/hunt/hunt/ |
| hunt.c | 106 static void sigterm(int) __dead; 283 (void) signal(SIGTERM, sigterm); 528 * sigterm: 532 sigterm(int dummy __unused) function
|
| hunt.c | 106 static void sigterm(int) __dead; 283 (void) signal(SIGTERM, sigterm); 528 * sigterm: 532 sigterm(int dummy __unused) function
|
| /src/sbin/routed/ |
| main.c | 281 signal(SIGHUP, sigterm); /* SIGHUP fatal during debugging */ 282 signal(SIGTERM, sigterm); 283 signal(SIGINT, sigterm); 555 sigterm(int sig) function
|
| main.c | 281 signal(SIGHUP, sigterm); /* SIGHUP fatal during debugging */ 282 signal(SIGTERM, sigterm); 283 signal(SIGINT, sigterm); 555 sigterm(int sig) function
|
| defs.h | 586 extern void sigterm(int);
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/ |
| ans.py | 402 def sigterm(*_): function 403 print("SIGTERM received, shutting down") 409 signal.signal(signal.SIGTERM, sigterm) 410 signal.signal(signal.SIGINT, sigterm)
|
| ans.py | 402 def sigterm(*_): function 403 print("SIGTERM received, shutting down") 409 signal.signal(signal.SIGTERM, sigterm) 410 signal.signal(signal.SIGINT, sigterm)
|
| /src/crypto/external/bsd/heimdal/dist/kpasswd/ |
| kpasswdd.c | 871 sigterm(int sig) function 980 sa.sa_handler = sigterm; 984 sigaction(SIGTERM, &sa, NULL); 987 signal(SIGINT, sigterm); 988 signal(SIGTERM, sigterm);
|
| kpasswdd.c | 871 sigterm(int sig) function 980 sa.sa_handler = sigterm; 984 sigaction(SIGTERM, &sa, NULL); 987 signal(SIGINT, sigterm); 988 signal(SIGTERM, sigterm);
|
| /src/external/bsd/ppp/dist/chat/ |
| chat.c | 214 SIGTYPE sigterm (int signo); 533 SIGTYPE sigterm(int signo) function 535 fatalsig = "SIGTERM"; 569 sa.sa_handler = sigterm; 570 sigaction(SIGTERM, &sa, NULL);
|
| chat.c | 214 SIGTYPE sigterm (int signo); 533 SIGTYPE sigterm(int signo) function 535 fatalsig = "SIGTERM"; 569 sa.sa_handler = sigterm; 570 sigaction(SIGTERM, &sa, NULL);
|