Searched refs:pidfile (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-10.0-release/contrib/pf/pflogd/
H A Dpidfile.h3 int pidfile(const char *);
/freebsd-10.0-release/etc/rc.d/
H A Dbsnmpd17 pidfile="${bsnmpd_pidfile:-/var/run/snmpd.pid}"
18 command_args="-p ${pidfile}"
H A Dhostapd19 pidfile="/var/run/${name}.pid"
23 pidfile="/var/run/${name}-${ifn}.pid"
26 command_args="-P ${pidfile} -B ${conf_file}"
H A Dauditdistd15 pidfile="/var/run/${name}.pid"
H A Dcron16 pidfile="/var/run/${name}.pid"
H A Dctld15 pidfile="/var/run/${name}.pid"
H A Dinetd15 pidfile="/var/run/${name}.pid"
H A Discsid15 pidfile="/var/run/${name}.pid"
H A Dmrouted15 pidfile="/var/run/${name}.pid"
H A Drarpd19 pidfile="${rarpd_pidfile:-/var/run/${name}.pid}"
H A Dwatchdogd39 pidfile="/var/run/${name}.pid"
H A Dftpd15 pidfile="/var/run/${name}.pid"
H A Drtsold16 pidfile="/var/run/${name}.pid"
H A Dbthidd16 pidfile="/var/run/${name}.pid"
30 command_args="-c ${config} -H ${hids} -p ${pidfile}"
H A Ddevd23 pidfile="$_pidfile_from_conf"
25 pidfile="/var/run/${name}.pid"
H A Dhcsecd16 pidfile="/var/run/${name}.pid"
H A Dwpa_supplicant41 pidfile="/var/run/${name}/${ifn}.pid"
42 command_args="-B -i $ifn -c $conf_file -D $driver -P $pidfile"
H A Dhastd15 pidfile="/var/run/${name}.pid"
H A Dpflog15 pidfile="/var/run/pflogd.pid"
/freebsd-10.0-release/tools/regression/usr.bin/pkill/
H A Dpgrep-LF.t8 name="pgrep -LF <pidfile>"
9 pidfile=`mktemp /tmp/$base.XXXXXX` || exit 1
12 daemon -p $pidfile $sleep 5
14 chpid=`cat $pidfile`
15 pid=`pgrep -f -L -F $pidfile $sleep`
23 # Be sure we cannot find process which pidfile is not locked.
27 echo $chpid > $pidfile
28 pgrep -f -L -F $pidfile $sleep 2>/dev/null
40 rm -f $pidfile
H A Dpgrep-F.t8 name="pgrep -F <pidfile>"
9 pidfile=`mktemp /tmp/$base.XXXXXX` || exit 1
15 echo $chpid > $pidfile
16 pid=`pgrep -f -F $pidfile $sleep`
23 rm -f $pidfile
H A Dpkill-F.t8 name="pkill -F <pidfile>"
9 pidfile=`mktemp /tmp/$base.XXXXXX` || exit 1
14 echo $! > $pidfile
15 pkill -f -F $pidfile $sleep
26 rm -f $pidfile
H A Dpkill-LF.t8 name="pkill -LF <pidfile>"
9 pidfile=`mktemp /tmp/$base.XXXXXX` || exit 1
12 daemon -p $pidfile $sleep 5
14 pkill -f -L -F $pidfile $sleep
25 # Be sure we cannot kill process which pidfile is not locked.
29 echo $chpid > $pidfile
30 pkill -f -L -F $pidfile $sleep 2>/dev/null
42 rm -f $pidfile
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf63 pidfile /var/run/udhcpd-wlan2.pid #default: /var/run/udhcpd.pid
/freebsd-10.0-release/tools/regression/lib/libutil/
H A DMakefile4 test-pidfile test-humanize_number

Completed in 131 milliseconds

1234