Searched refs:COUNT (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-13-stable/contrib/ntp/
H A Dflock-build96 COUNT=0
100 COUNT=\`expr \$COUNT + 1\`
101 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
102 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
108 COUNT=\`expr \$COUNT + 1\`
109 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4
110 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait
114 COUNT
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_004_neg.ksh71 COUNT=0
72 while [ $COUNT -le 1025 ]
75 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh90 COUNT=0
91 while [ $COUNT -le 1025 ]
94 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_004_neg.ksh88 COUNT=0
89 while [ $COUNT -le 1025 ]
92 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh110 COUNT=0
111 while [ $COUNT -le 1025 ]
114 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_001_pos.ksh68 COUNT=$( $WC -l $TMPDIR/zpool-versions.${TESTCASE_ID} | $AWK '{print $1}' )
69 COUNT=$(( $COUNT - 1 ))
70 $TAIL -${COUNT} $TMPDIR/zpool-versions.${TESTCASE_ID} > $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
/freebsd-13-stable/tests/sys/cddl/zfs/tests/xattr/
H A Dsetup.ksh45 COUNT=0
49 ZFS_USER="${ZFS_USER}${COUNT}"
50 COUNT=$(( $COUNT + 1 ))
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_barrier.c42 #define COUNT 5 macro
76 pthread_t new[COUNT];
80 PTHREAD_REQUIRE(pthread_barrier_init(&barrier, NULL, COUNT));
82 for (i = 0; i < COUNT; i++) {
91 for (i = 0; i < COUNT; i++) {
100 ATF_REQUIRE_EQ(after_barrier_count, COUNT);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/snapshot/
H A Drollback_001_pos.ksh81 typeset -i COUNT=10
84 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
88 if [[ $FILE_COUNT -ne $COUNT ]]; then
94 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
109 if [[ $FILE_COUNT -ne $COUNT ]]; then
H A Dsnapshot_011_pos.ksh79 typeset -i COUNT=10
82 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
87 if (( FILE_COUNT != COUNT )); then
94 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER
109 if (( FILE_COUNT != $COUNT )); then
H A Dsnapshot_003_pos.ksh63 while [ $i -lt $COUNT ]; do
88 typeset -i COUNT=10
91 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
98 while [[ $i -lt $COUNT ]]; do
H A Dsnapshot_007_pos.ksh63 while [ $i -lt $COUNT ]; do
92 typeset -i COUNT=10
95 populate_dir $TESTDIR1/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPCTR
102 while [[ $i -lt $COUNT ]]; do
H A Dsnapshot_008_pos.ksh62 while [[ $i -lt $COUNT ]]; do
81 typeset -i COUNT=10
86 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS
89 while [[ $i -lt $COUNT ]]; do
H A Dclone_001_pos.ksh102 typeset -i COUNT=10
106 populate_dir $mtpt/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER
124 if [[ $FILE_COUNT -ne $COUNT ]]; then
130 populate_dir ${args[i+3]}/after_file $COUNT $NUM_WRITES \
134 if [[ $FILE_COUNT -ne $COUNT ]]; then
H A Drollback_002_pos.ksh85 typeset -i COUNT=10
88 populate_dir $TESTDIR/original_file $COUNT $NUM_WRITES $BLOCKSZ ITER
93 if [[ $FILE_COUNT -ne $COUNT ]]; then
99 populate_dir $TESTDIR/afterfirst_file $COUNT $NUM_WRITES $BLOCKSZ ITER
103 populate_dir $TESTDIR/aftersecond_file $COUNT $NUM_WRITES $BLOCKSZ ITER
H A Dsnapshot_004_pos.ksh85 typeset -i COUNT=10
88 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER
H A Dsnapshot_013_pos.ksh88 typeset -i COUNT=10
91 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER
102 (( FILE_COUNT != COUNT )) && \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_002_pos.ksh91 COUNT=$(wc $values | awk '{print $1}')
92 if [ $i -ne $COUNT ]
94 log_fail "Found zpool features not in the zpool_get test config $i/$COUNT."
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_get/
H A Dzpool_get_002_pos.ksh99 COUNT=$($WC $TMPDIR/values.${TESTCASE_ID})
100 if [ $i -ne $COUNT ]
102 log_fail "Length of output $COUNT was not equal to number of props + 1 ($i)."
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_003_pos.ksh51 while [ $i -lt $COUNT ]; do
76 typeset -i COUNT=10
80 while [[ $i -lt $COUNT ]]; do
93 while [[ $i -lt $COUNT ]]; do
H A Dsnapshot_008_pos.ksh50 while [[ $i -lt $COUNT ]]; do
69 typeset -i COUNT=10
75 while [[ $i -lt $COUNT ]]; do
84 while [[ $i -lt $COUNT ]]; do
H A Dsnapshot_013_pos.ksh76 typeset -i COUNT=10
80 while (( i < COUNT )); do
96 (( FILE_COUNT != COUNT )) && log_fail "Got $FILE_COUNT expected $COUNT"
H A Drollback_001_pos.ksh69 typeset -i COUNT=10
73 while [[ $i -le $COUNT ]]; do
83 if [[ $FILE_COUNT -ne $COUNT ]]; then
90 while [[ $i -le $COUNT ]]; do
110 if [[ $FILE_COUNT -ne $COUNT ]]; then
H A Dsnapshot_011_pos.ksh67 typeset -i COUNT=10
71 while (( i < COUNT )); do
81 if (( FILE_COUNT != COUNT )); then
88 while (( i < COUNT )); do
108 if (( FILE_COUNT != $COUNT )); then
H A Dsnapshot_007_pos.ksh51 while [ $i -lt $COUNT ]; do
80 typeset -i COUNT=10
84 while [[ $i -lt $COUNT ]]; do
97 while [[ $i -lt $COUNT ]]; do

Completed in 237 milliseconds

123