Home
last modified time | relevance | path

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

/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/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_004_pos.ksh49 typeset -i orig_count=$(zpool history $spool | wc -l)
95 if ((entry_count - orig_count != 200)); then
97 "orig_count = $orig_count"
H A Dhistory_003_pos.ksh66 typeset -i orig_count=$(zpool history $spool | wc -l)
/freebsd/sys/netinet/
H A Dtcp_log_buf.c2065 int orig_count = count; in tcp_log_logs_to_buf() local
2075 __func__, __LINE__, orig_count, log_tailqp)); in tcp_log_logs_to_buf()
2120 " (%d remain)", __func__, __LINE__, orig_count, in tcp_log_logs_to_buf()