Searched refs:SIGKILL (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-9.3-release/tools/regression/netinet/tcpsockclosebeforeaccept/
H A Dtcpsockclosebeforeaccept.c78 (void)kill(partner, SIGKILL);
91 (void)kill(partner, SIGKILL);
98 (void)kill(partner, SIGKILL);
108 (void)kill(partner, SIGKILL);
128 (void)kill(partner, SIGKILL);
141 (void)kill(partner, SIGKILL);
149 (void)kill(partner, SIGKILL);
157 (void)kill(partner, SIGKILL);
/freebsd-9.3-release/tools/regression/sockets/unix_sorflush/
H A Dunix_sorflush.c88 (void)kill(pida, SIGKILL);
94 if (kill(pidb, SIGKILL) < 0)
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Ddn11.c70 kill(child, SIGKILL);
97 kill(child, SIGKILL);
143 kill(child, SIGKILL);
H A Dv831.c76 kill(child, SIGKILL);
105 kill(child, SIGKILL);
160 kill(child, SIGKILL);
/freebsd-9.3-release/tools/regression/sockets/sblock/
H A Dsblock.c192 kill(blocking_recver_pid, SIGKILL);
204 kill(blocking_recver_pid, SIGKILL);
205 kill(locking_recver_pid, SIGKILL);
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Dsignal.d43 inline int SIGKILL = 9;
44 #pragma D binding "1.0" SIGKILL
/freebsd-9.3-release/lib/libc/sparc64/sys/
H A D__sparc_utrap.c140 __utrap_kill_self(SIGKILL);
/freebsd-9.3-release/tools/regression/kqueue/
H A Dproc.c68 if (kill(pid, SIGKILL) < 0)
126 if (kill(getpid(), SIGKILL) < 0)
/freebsd-9.3-release/contrib/gdb/gdb/signals/
H A Dsignals.c64 {"SIGKILL", "Killed"},
309 #if defined (SIGKILL)
310 if (hostsig == SIGKILL)
562 #if defined (SIGKILL)
564 return SIGKILL;
/freebsd-9.3-release/sys/netncp/
H A Dncp_subr.h34 SIGISMEMBER(set, SIGHUP) || SIGISMEMBER(set, SIGKILL) || \
/freebsd-9.3-release/tools/regression/priv/
H A Dpriv_sched_setpriority.c161 (void)kill(childproc, SIGKILL);
/freebsd-9.3-release/usr.sbin/adduser/
H A Drmuser.sh33 SIGKILL="-KILL"
99 # Send a SIGKILL to all processes owned by $login.
109 kill 2>/dev/null ${SIGKILL} $_pid
112 verbose && echo " ${SIGKILL} signal sent to $killcount processes."
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dsafe_finger.c48 kill(finger_pid, SIGKILL);
/freebsd-9.3-release/sys/netsmb/
H A Dsmb_subr.h62 SIGISMEMBER(set, SIGHUP) || SIGISMEMBER(set, SIGKILL) || \
/freebsd-9.3-release/sys/sys/
H A Drctl.h105 #define RCTL_ACTION_SIGKILL SIGKILL
H A Dsignalvar.h164 SIGDELSET(set, SIGKILL), SIGDELSET(set, SIGSTOP)
173 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
/freebsd-9.3-release/tools/regression/mqueue/mqtest3/
H A Dmqtest3.c96 kill(pid, SIGKILL);
/freebsd-9.3-release/tools/regression/mqueue/mqtest5/
H A Dmqtest5.c109 kill(pid, SIGKILL);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrsignal.c109 #if defined (SIGKILL)
110 ENTRY(SIGKILL, "SIGKILL", "Killed"),
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrsignal.c109 #if defined (SIGKILL)
110 ENTRY(SIGKILL, "SIGKILL", "Killed"),
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_shell.c274 #ifdef SIGKILL
275 SIGKILL, "Killed",
/freebsd-9.3-release/lib/libkse/test/
H A Dsigsuspend_d.c66 sigdelset (&suspender_mask, SIGKILL); /* Cannot catch */
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_sigwait.c79 SIGDELSET(waitset, SIGKILL);
/freebsd-9.3-release/lib/libproc/
H A Dproc_util.c82 kill(phdl->pid, SIGKILL);
/freebsd-9.3-release/sbin/reboot/
H A Dreboot.c184 * the SIGKILL to give everybody a chance. If there is a lot of
199 if (kill(-1, SIGKILL) == -1) {

Completed in 310 milliseconds

1234