HomeSort by: relevance | last modified time | path
    Searched defs:otherpid (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/usr.sbin/authpf/
authpf.c 198 int save_errno, otherpid = -1; local in function:main
218 if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2)
219 otherpid = -1;
221 pidfile, otherpid, strerror(save_errno));
223 if (otherpid > 0) {
226 otherpid, ipsrc, otherluser);
227 if (kill((pid_t) otherpid, SIGTERM) == -1) {
230 otherpid);
241 otherpid);
authpf.c 198 int save_errno, otherpid = -1; local in function:main
218 if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2)
219 otherpid = -1;
221 pidfile, otherpid, strerror(save_errno));
223 if (otherpid > 0) {
226 otherpid, ipsrc, otherluser);
227 if (kill((pid_t) otherpid, SIGTERM) == -1) {
230 otherpid);
241 otherpid);

Completed in 22 milliseconds