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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Dtest058-syncrepl-asymmetric194 SMC_PID=$!
196 echo PID $SMC_PID
199 KILLPIDS="$KILLPIDS $SMC_PID"
1276 SMC_PID=$!
1278 echo PID $SMC_PID
1281 KILLPIDS="$KILLPIDS $SMC_PID"
1305 KILLPIDS=" $SMC_PID"
1967 kill -HUP $SMC_PID $SM2_PID $SS2_PID
1968 for pid in $SMC_PID $SM2_PID $SS2_PID; do wait $pid ; done
1969 KILLPIDS=`echo "$KILLPIDS " | sed -e "s/ $SMC_PID / /"`;
[all...]

Completed in 50 milliseconds