Home
last modified time | relevance | path

Searched refs:ZTESTPID (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_active_import.ksh46 ZTESTPID=$(pgrep ztest)
47 if [ -n "$ZTESTPID" ]; then
48 for pid in $ZTESTPID; do
87 ZTESTPID=$(pgrep ztest)
88 if [ -n "$ZTESTPID" ]; then
89 log_must kill -9 $ZTESTPID
H A Dmmp.kshlib128 ZTESTPID=$(pgrep ztest)
129 if [ -n "$ZTESTPID" ]; then
130 log_must kill $ZTESTPID
131 wait $ZTESTPID