Searched refs:orig_count (Results 1 – 5 of 5) sorted by relevance
50 typeset -i orig_count=$(zpool history $spool | wc -l)96 if ((entry_count - orig_count != 200)); then98 "orig_count = $orig_count"
67 typeset -i orig_count=$(zpool history $spool | wc -l)
58 typeset -i orig_count=$($ZPOOL history $TESTPOOL | $WC -l | $AWK '{print $1}')104 if ((count - orig_count != 200)); then106 log_fail "Expected 200 more than $orig_count entries, but got $count"
59 typeset -i orig_count=$($ZPOOL history $TESTPOOL | $WC -l | $AWK '{print $1}')77 ((count_diff = entry_count - orig_count))
2077 int orig_count = count; in tcp_log_logs_to_buf() local2087 __func__, __LINE__, orig_count, log_tailqp)); in tcp_log_logs_to_buf()2132 " (%d remain)", __func__, __LINE__, orig_count, in tcp_log_logs_to_buf()