Home
last modified time | relevance | path

Searched refs:orig_count (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_004_pos.ksh50 typeset -i orig_count=$(zpool history $spool | wc -l)
96 if ((entry_count - orig_count != 200)); then
98 "orig_count = $orig_count"
H A Dhistory_003_pos.ksh67 typeset -i orig_count=$(zpool history $spool | wc -l)
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_004_pos.ksh58 typeset -i orig_count=$($ZPOOL history $TESTPOOL | $WC -l | $AWK '{print $1}')
104 if ((count - orig_count != 200)); then
106 log_fail "Expected 200 more than $orig_count entries, but got $count"
H A Dhistory_003_pos.ksh59 typeset -i orig_count=$($ZPOOL history $TESTPOOL | $WC -l | $AWK '{print $1}')
77 ((count_diff = entry_count - orig_count))
/freebsd/sys/netinet/
H A Dtcp_log_buf.c2077 int orig_count = count; in tcp_log_logs_to_buf() local
2087 __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()