Searched refs:PIDFILE (Results 1 – 9 of 9) sorted by relevance
/external/openssh/ |
D | opensshd.init.in | 16 PIDFILE=$piddir/sshd.pid 18 [ X$PidFile = X ] || PIDFILE=$PidFile 46 if [ -r $PIDFILE -a ! -z ${PIDFILE} ]; then 47 PID=`${CAT} ${PIDFILE}`
|
/external/openssh/regress/ |
D | reconfigure.sh | 28 PID=`$SUDO cat $PIDFILE` 29 rm -f $PIDFILE 34 while [ ! -f $PIDFILE -a $i -lt 10 ]; do 39 test -f $PIDFILE || fatal "sshd did not restart"
|
D | test-exec.sh | 298 if [ -f $PIDFILE ]; then 299 pid=`$SUDO cat $PIDFILE` 309 while [ -f $PIDFILE -a $i -lt 5 ]; do 313 test -f $PIDFILE && \ 395 PIDFILE=$OBJ/pidfile 412 PidFile $PIDFILE 562 while [ ! -f $PIDFILE -a $i -lt 10 ]; do 567 test -f $PIDFILE || fatal "no sshd running on port $PORT"
|
/external/e2fsprogs/misc/ |
D | 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/v8/tools/ |
D | test-server.py | 36 PIDFILE = "/tmp/v8-distributed-testing-server.pid" variable 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)
|
/external/dhcpcd-6.8.2/ |
D | defs.h | 54 #ifndef PIDFILE 55 # define PIDFILE RUNDIR "/" PACKAGE "%s%s%s.pid" macro
|
D | dhcpcd.h | 87 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1];
|
D | dhcpcd.c | 1635 PIDFILE, "-", ifn, per); in main() 1638 PIDFILE, "", "", ""); in main()
|
/external/lisa/src/shell/ |
D | lisa_shell | 193 PIDFILE="$PYDIR/server.pid" 201 if [ -f "$PIDFILE" ] && pgrep -F $PIDFILE >/dev/null; then 227 echo $! >$PIDFILE 234 PIDFILE="$PYDIR/server.pid" 235 if [ -f "$PIDFILE" ] && pgrep -F $PIDFILE >/dev/null; then 236 kill $(<$PIDFILE) 2>/dev/null 238 rm -f $PIDFILE 2>/dev/null
|