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

/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c235 int save_errno, otherpid = -1; local
255 if (fscanf(pidfp, "%d\n%31s\n", &otherpid, otherluser) != 2)
256 otherpid = -1;
258 pidfile, otherpid, strerror(save_errno));
260 if (otherpid > 0) {
263 otherpid, ipsrc, otherluser);
264 if (kill((pid_t) otherpid, SIGTERM) == -1) {
267 otherpid);
279 otherpid);
/freebsd-11-stable/usr.sbin/autofs/
H A Dautounmountd.c268 pid_t otherpid; local
305 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
309 (intmax_t)otherpid);
H A Dautomountd.c439 pid_t pid, otherpid; local
487 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
491 (intmax_t)otherpid);
/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c132 pid_t otherpid; local
155 pfh = pidfile_open(pidfile, 0600, &otherpid);
160 getprogname(), otherpid);
/freebsd-11-stable/usr.sbin/iscsid/
H A Discsid.c498 pid_t pid, otherpid; local
531 pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
535 (intmax_t)otherpid);
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c82 int otherpid; local
85 pfh = pidfile_open(pidfile, 0600, &otherpid);
89 "cron already running, pid: %d", otherpid);
/freebsd-11-stable/sbin/hastd/
H A Dhastd.c492 pid_t otherpid; local
546 newpfh = pidfile_open(newcfg->hc_pidfile, 0600, &otherpid);
551 newcfg->hc_pidfile, (intmax_t)otherpid);
1188 pid_t otherpid; local
1255 pfh = pidfile_open(cfg->hc_pidfile, 0600, &otherpid);
1260 cfg->hc_pidfile, (intmax_t)otherpid);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c627 pid_t otherpid; local
727 pfh = pidfile_open(adcfg->adc_pidfile, 0600, &otherpid);
732 (intmax_t)otherpid);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_unix.c233 pid_t otherpid;
236 pfh = pidfile_open(pid_file, 0600, &otherpid);
240 (intmax_t)otherpid);
/freebsd-11-stable/usr.sbin/powerd/
H A Dpowerd.c594 pid_t otherpid; local
596 pfh = pidfile_open(pidfile, 0600, &otherpid);
600 otherpid);
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c958 pid_t otherpid; local
1012 pfh = pidfile_open(ggated_pidfile, 0600, &otherpid);
1016 (intmax_t)otherpid);
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc506 pid_t otherpid; local
510 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid);
513 errx(1, "devd already running, pid: %d", (int)otherpid);
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.c184 pid_t pid, otherpid; local
244 pfh = pidfile_open(pidfilename, 0600, &otherpid);
248 getprogname(), otherpid);
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c476 pid_t otherpid; local
478 pfh = pidfile_open(pid_file, 0600, &otherpid);
482 getprogname(), otherpid);
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c1830 pid_t otherpid; local
1857 pidfile_open(newconf->conf_pidfile_path, 0600, &otherpid);
1861 (intmax_t)otherpid);
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c356 pid_t otherpid; local
402 pidfile = pidfile_open(path_dhclient_pidfile, 0644, &otherpid);
405 error("dhclient already running, pid: %d.", otherpid);

Completed in 188 milliseconds