Searched refs:death_sigs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sbin/init/
H A Dinit.c1530 static const int death_sigs[2] = { SIGTERM, SIGKILL }; local
1535 if (kill(-1, death_sigs[i]) == -1 && errno == ESRCH)

Completed in 57 milliseconds