Home
last modified time | relevance | path

Searched refs:restarter_is_kill_proc_method (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h324 int restarter_is_kill_proc_method(const char *);
H A Dmapfile-vers57 restarter_is_kill_proc_method;
H A Dlibrestart.c3847 restarter_is_kill_proc_method(const char *method) in restarter_is_kill_proc_method() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c3059 if ((sig = restarter_is_kill_proc_method(mi->exec_path)) >= 0) { in run_method()