| /freebsd-14.2/contrib/ntp/ |
| H A D | flock-build | 84 COUNT=0 88 COUNT=\`expr \$COUNT + 1\` 89 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 90 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait 96 COUNT=\`expr \$COUNT + 1\` 97 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 98 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait 102 COUNT=\`expr \$COUNT + 1\` 103 echo \`date -u '+%H:%M:%S'\` $i started build \$COUNT of 4 104 [ 0 -lt \`expr \$COUNT % $PARALLEL_BUILDS\` ] || wait [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_barrier.c | 42 #define COUNT 5 macro 76 pthread_t new[COUNT]; in ATF_TC_BODY() 80 PTHREAD_REQUIRE(pthread_barrier_init(&barrier, NULL, COUNT)); in ATF_TC_BODY() 82 for (i = 0; i < COUNT; i++) { in ATF_TC_BODY() 91 for (i = 0; i < COUNT; i++) { in ATF_TC_BODY() 100 ATF_REQUIRE_EQ(after_barrier_count, COUNT); in ATF_TC_BODY()
|
| /freebsd-14.2/sys/crypto/ |
| H A D | sha1.c | 74 COUNT++; \ 75 COUNT %= 64; \ 83 COUNT++; \ 84 COUNT %= 64; \ 194 padstart = COUNT % 64; in sha1_pad() 198 COUNT += padlen; in sha1_pad() 199 COUNT %= 64; in sha1_pad() 206 COUNT %= 64; in sha1_pad() 236 COUNT += copysiz; in sha1_loop() 237 COUNT %= 64; in sha1_loop() [all …]
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | rollback_001_pos.ksh | 79 typeset -i COUNT=10 82 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 86 if [[ $FILE_COUNT -ne $COUNT ]]; then 92 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER 107 if [[ $FILE_COUNT -ne $COUNT ]]; then
|
| H A D | snapshot_011_pos.ksh | 77 typeset -i COUNT=10 80 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 85 if (( FILE_COUNT != COUNT )); then 92 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER 107 if (( FILE_COUNT != $COUNT )); then
|
| H A D | rollback_002_pos.ksh | 83 typeset -i COUNT=10 86 populate_dir $TESTDIR/original_file $COUNT $NUM_WRITES $BLOCKSZ ITER 91 if [[ $FILE_COUNT -ne $COUNT ]]; then 97 populate_dir $TESTDIR/afterfirst_file $COUNT $NUM_WRITES $BLOCKSZ ITER 101 populate_dir $TESTDIR/aftersecond_file $COUNT $NUM_WRITES $BLOCKSZ ITER
|
| H A D | clone_001_pos.ksh | 100 typeset -i COUNT=10 104 populate_dir $mtpt/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 122 if [[ $FILE_COUNT -ne $COUNT ]]; then 128 populate_dir ${args[i+3]}/after_file $COUNT $NUM_WRITES \ 132 if [[ $FILE_COUNT -ne $COUNT ]]; then
|
| H A D | snapshot_008_pos.ksh | 60 while [[ $i -lt $COUNT ]]; do 79 typeset -i COUNT=10 84 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS 87 while [[ $i -lt $COUNT ]]; do
|
| H A D | snapshot_003_pos.ksh | 61 while [ $i -lt $COUNT ]; do 86 typeset -i COUNT=10 89 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS 96 while [[ $i -lt $COUNT ]]; do
|
| H A D | snapshot_007_pos.ksh | 61 while [ $i -lt $COUNT ]; do 90 typeset -i COUNT=10 93 populate_dir $TESTDIR1/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPCTR 100 while [[ $i -lt $COUNT ]]; do
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | rollback_001_pos.ksh | 66 typeset -i COUNT=10 70 while [[ $i -le $COUNT ]]; do 80 if [[ $FILE_COUNT -ne $COUNT ]]; then 87 while [[ $i -le $COUNT ]]; do 107 if [[ $FILE_COUNT -ne $COUNT ]]; then
|
| H A D | snapshot_011_pos.ksh | 64 typeset -i COUNT=10 68 while (( i < COUNT )); do 78 if (( FILE_COUNT != COUNT )); then 85 while (( i < COUNT )); do 104 if (( FILE_COUNT != $COUNT )); then
|
| H A D | rollback_002_pos.ksh | 69 typeset -i COUNT=10 73 while [[ $i -le $COUNT ]]; do 83 if [[ $FILE_COUNT -ne $COUNT ]]; then 90 while [[ $i -le $COUNT ]]; do 101 while [[ $i -le $COUNT ]]; do
|
| H A D | snapshot_003_pos.ksh | 51 while [ $i -lt $COUNT ]; do 72 typeset -i COUNT=10 76 while [[ $i -lt $COUNT ]]; do 88 while [[ $i -lt $COUNT ]]; do
|
| H A D | snapshot_008_pos.ksh | 50 while [[ $i -lt $COUNT ]]; do 66 typeset -i COUNT=10 72 while [[ $i -lt $COUNT ]]; do 81 while [[ $i -lt $COUNT ]]; do
|
| H A D | clone_001_pos.ksh | 118 typeset -i COUNT=10 124 while [[ $j -le $COUNT ]]; do 146 if [[ $FILE_COUNT -ne $COUNT ]]; then 153 while [[ $j -le $COUNT ]]; do 160 if [[ $FILE_COUNT -ne $COUNT ]]; then
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | zpool_set_002_neg.ksh | 90 COUNT=0 91 while [ $COUNT -le 1025 ] 94 COUNT=$(( $COUNT + 1 ))
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_004_neg.ksh | 65 COUNT=0 66 while [ $COUNT -le 1025 ] 69 COUNT=$(( $COUNT + 1 ))
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/xattr/ |
| H A D | setup.ksh | 43 COUNT=0 47 ZFS_USER="${ZFS_USER}${COUNT}" 48 COUNT=$(( $COUNT + 1 ))
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_set/ |
| H A D | zpool_set_002_neg.ksh | 108 COUNT=0 109 while [ $COUNT -le 1025 ] 112 COUNT=$(( $COUNT + 1 ))
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/bootfs/ |
| H A D | bootfs_004_neg.ksh | 86 COUNT=0 87 while [ $COUNT -le 1025 ] 90 COUNT=$(( $COUNT + 1 ))
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade_001_pos.ksh | 66 COUNT=$( $WC -l $TMPDIR/zpool-versions.${TESTCASE_ID} | $AWK '{print $1}' ) 67 COUNT=$(( $COUNT - 1 )) 68 $TAIL -${COUNT} $TMPDIR/zpool-versions.${TESTCASE_ID} > $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
|
| H A D | zpool_upgrade.kshlib | 57 COUNT=0 58 while [ "$COUNT" -lt 1024 ]; do 59 $DD if=/dev/urandom of=/$POOL_NAME/random.$COUNT \ 61 COUNT=$(( $COUNT + 1 ))
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade_001_pos.ksh | 72 typeset -i COUNT OLDCOUNT 103 COUNT=$(wc -l < $output) 111 if (( i != COUNT - OLDCOUNT )); then 128 COUNT=$(wc -l < $output) 130 if (( COUNT != OLDCOUNT )); then
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade_001_pos.ksh | 87 typeset -i COUNT OLDCOUNT 118 COUNT=$( $WC -l $output | $AWK '{print $1}' ) 126 if (( i != COUNT - OLDCOUNT )); then 145 COUNT=$( $WC -l $output | $AWK '{print $1}' ) 147 if (( COUNT != OLDCOUNT )); then
|