HomeSort by relevance Sort by last modified time
    Searched refs:PIDFILE (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/misc/
uuidd.rc 18 PIDFILE=/var/run/uuidd/uuidd.pid
27 start_daemon -p $PIDFILE $DAEMON
32 killproc -p $PIDFILE $DAEMON
36 if pidofproc -p $PIDFILE $DAEMON >& /dev/null ; then
  /external/dhcpcd-6.8.2/
defs.h 54 #ifndef PIDFILE
55 # define PIDFILE RUNDIR "/" PACKAGE "%s%s%s.pid"
dhcpcd.h 87 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1]; member in struct:dhcpcd_ctx
dhcpcd.c 93 read_pid(const char *pidfile)
98 if ((fp = fopen(pidfile, "r")) == NULL) {
    [all...]
  /external/openssh/
opensshd.init.in 16 PIDFILE=$piddir/sshd.pid
17 PidFile=`grep "^PidFile" ${sysconfdir}/sshd_config | tr "=" " " | awk '{print $2}'`
18 [ X$PidFile = X ] || PIDFILE=$PidFile
46 if [ -r $PIDFILE -a ! -z ${PIDFILE} ]; then
47 PID=`${CAT} ${PIDFILE}`
  /external/v8/tools/
test-server.py 36 PIDFILE = "/tmp/v8-distributed-testing-server.pid"
55 return os.path.exists(PIDFILE)
173 daemon = main.Server(PIDFILE, ROOT)
176 daemon = main.Server(PIDFILE, ROOT)
179 daemon = main.Server(PIDFILE, ROOT)
204 daemon = main.Server(PIDFILE, ROOT)

Completed in 129 milliseconds