Searched defs:SIGTERM (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sbin/hastd/
H A Dcontrol.c444 kill(getpid(), SIGTERM); local
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dprocess.cpp292 ::kill(atf_process_child_pid(&m_child), SIGTERM); local
/freebsd-10-stable/contrib/atf/test-programs/
H A Dc_helpers.c163 kill(getpid(), SIGTERM); local
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c571 kill(getpid(), SIGTERM); local
649 ATF_CHECK_EQ(atf_process_status_termsig(&s), SIGTERM); local
797 kill(atf_process_child_pid(&child), SIGTERM); local
/freebsd-10-stable/sys/sys/
H A Dsignal.h82 #define SIGTERM 15 /* software termination signal from kill */ macro
/freebsd-10-stable/crypto/openssh/
H A Dreadconf.c533 kill(getpid(), SIGTERM); local

Completed in 209 milliseconds