HomeSort by: relevance | last modified time | path
    Searched refs:PID (Results 1 - 25 of 206) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/mpl/dhcp/dist/contrib/
solaris.init 20 if [ -f @PREFIX@/etc/dhcpd.pid ]; then
21 PID=`cat @PREFIX@/etc/dhcpd.pid`
22 if [ -d /proc/$PID ]; then
24 kill $PID
  /src/tests/usr.bin/pkill/
t_pgrep.sh 53 PID=$!
63 kill -9 $PID
68 "$PID t0123456789abcde $PID t0123456789abcde $PID t0123456789abcde"
  /src/external/bsd/openldap/dist/tests/scripts/lloadd/
test000-rootdse 27 PID=$!
29 echo PID $PID
32 KILLPIDS="$PID"
37 PID=$!
39 echo PID $PID
42 KILLPIDS="$KILLPIDS $PID"
47 PID=$!
49 echo PID $PI
    [all...]
test002-load 47 PID=$!
49 echo PID $PID
52 PID2="$PID"
53 KILLPIDS="$PID"
91 PID=$!
93 echo PID $PID
96 PID2="$PID"
97 KILLPIDS="$KILLPIDS $PID"
    [all...]
test001-backend-issues 27 PID=$!
29 echo PID $PID
32 PID2="$PID"
33 KILLPIDS="$PID"
72 PID=$!
74 echo PID $PID
77 PID3="$PID"
78 KILLPIDS="$KILLPIDS $PID"
    [all...]
  /src/external/bsd/openldap/dist/tests/scripts/
start-server2 24 PID=$!
41 echo ">>>>> Server2 (pid=$PID) started"
start-server2-nolog 24 PID=$!
41 echo ">>>>> Server2 (pid=$PID) started"
test000-rootdse 24 PID=$!
26 echo PID $PID
29 KILLPIDS="$PID"
test036-meta-concurrency 46 PID=$!
48 echo PID $PID
51 KILLPIDS="$PID"
85 PID=$!
87 echo PID $PID
90 KILLPIDS="$KILLPIDS $PID"
124 PID=$!
126 echo PID $PI
    [all...]
test039-glue-ldap-concurrency 50 PID=$!
52 echo PID $PID
55 KILLPIDS="$PID"
89 PID=$!
91 echo PID $PID
94 KILLPIDS="$KILLPIDS $PID"
128 PID=$!
130 echo PID $PI
    [all...]
test074-asyncmeta-concurrency 46 PID=$!
48 echo PID $PID
51 KILLPIDS="$PID"
85 PID=$!
87 echo PID $PID
90 KILLPIDS="$KILLPIDS $PID"
124 PID=$!
126 echo PID $PI
    [all...]
test002-populate 24 PID=$!
26 echo PID $PID
29 KILLPIDS="$PID"
test007-slapmodify 41 PID=$!
43 echo PID $PID
46 KILLPIDS="$PID"
test008-concurrency 36 PID=$!
38 echo PID $PID
41 KILLPIDS="$PID"
test012-glue-populate 24 PID=$!
26 echo PID $PID
29 KILLPIDS="$PID"
test084-deref 40 PID=$!
42 echo PID $PID
45 KILLPIDS="$PID"
start-server 33 PID=$!
62 echo ">>>>> Server1 (pid=$PID) started"
  /src/external/cddl/dtracetoolkit/dist/Bin/
pfilestat 11 # USAGE: pfilestat [-r|-w] pid
58 USAGE: pfilestat [-r|-w] pid
62 pfilestat pid # default, r+w counts
63 pfilestat -r pid # read count only
70 PID=$1
73 if [ -z "$PID" ]
75 echo "Must supply pid"
94 inline int PID = '$PID';
122 /pid == PID && OPT_read
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Proc/
pfilestat 11 # USAGE: pfilestat [-r|-w] pid
58 USAGE: pfilestat [-r|-w] pid
62 pfilestat pid # default, r+w counts
63 pfilestat -r pid # read count only
70 PID=$1
73 if [ -z "$PID" ]
75 echo "Must supply pid"
94 inline int PID = '$PID';
122 /pid == PID && OPT_read
    [all...]
  /src/external/bsd/ntp/dist/scripts/rc/
ntpd 4 PIDFILE=/var/run/ntpd.pid
11 echo "ntpd seems to be already running under pid `cat $PIDFILE`."
41 echo "ntpd doesn't seem to be running, cannot read the pid file."
45 PID=`cat $PIDFILE`
47 if kill -TERM $PID 2> /dev/null;then
50 if [ -n "`ps -p $PID|grep -v PID`" ]; then
  /src/external/bsd/openldap/dist/tests/data/regressions/its4448/
its4448 53 PID=$!
55 echo PID $PID
58 KILLPIDS="$PID"
109 PID=$!
111 echo PID $PID
114 KILLPIDS="$KILLPIDS $PID"
148 PID=$!
150 echo PID $PI
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its4184/
its4184 37 PID=$!
39 echo PID $PID
42 KILLPIDS="$PID"
  /src/external/bsd/openldap/dist/tests/data/regressions/its6794/
its6794 37 PID=$!
39 echo PID $PID
42 KILLPIDS="$PID"
  /src/external/bsd/openldap/dist/tests/data/regressions/its9338/
its9338 46 PID=$!
48 echo PID $PID
51 KILLPIDS="$PID"
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
common.sh 32 PID=$!
34 echo PID $PID
37 KILLPIDS="$PID"
134 PID=$!
136 echo PID $PID
139 KILLPIDS="$PID"

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 9