Searched refs:proc_exists (Results 1 – 7 of 7) sorted by relevance
49 function proc_exists # pid function56 proc_exists $1 || log_fail "zpool process exited too soon"61 proc_exists $1 && log_fail "zpool process took too long to exit"72 [[ $pid ]] && proc_exists $pid && log_must kill -s TERM $pid107 while proc_exists $wait_proc_pid && eval "$activity_check"; do
58 while ! is_pool_removing $TESTPOOL && proc_exists $pid; do
61 while ! is_pool_discarding $TESTPOOL && proc_exists $pid; do
37 function proc_exists # pid function44 proc_exists $1 || log_fail "zpool process exited too soon"49 proc_exists $1 && log_fail "zpool process took too long to exit"60 [[ $pid ]] && proc_exists $pid && log_must kill -s TERM $pid
59 while ! is_pool_resilvering $TESTPOOL && proc_exists $pid; do
66 while ! is_pool_resilvering $TESTPOOL && proc_exists $pid; do