/freebsd/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 [all...] |
/freebsd/sys/crypto/ |
H A D | sha1.c | 67 #define COUNT (ctxt->count) macro 72 ctxt->m.b8[(COUNT % 64)] = (x); \ 73 COUNT++; \ 74 COUNT %= 64; \ 76 if (COUNT % 64 == 0) \ 81 ctxt->m.b8[(COUNT % 64)] = (x); \ 82 COUNT++; \ 83 COUNT %= 64; \ 84 if (COUNT % 64 == 0) \ 193 padstart = COUNT % 64; in sha1_pad() [all …]
|
/freebsd/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/tests/sys/cddl/zfs/tests/snapshot/ |
H A D | rollback_001_pos.ksh | 76 typeset -i COUNT=10 79 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 83 if [[ $FILE_COUNT -ne $COUNT ]]; then 89 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER 104 if [[ $FILE_COUNT -ne $COUNT ]]; then
|
H A D | snapshot_011_pos.ksh | 74 typeset -i COUNT=10 77 populate_dir $TESTDIR/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 82 if (( FILE_COUNT != COUNT )); then 89 populate_dir $TESTDIR/after_file $COUNT $NUM_WRITES $BLOCKSZ ITER 104 if (( FILE_COUNT != $COUNT )); then
|
H A D | rollback_002_pos.ksh | 80 typeset -i COUNT=10 83 populate_dir $TESTDIR/original_file $COUNT $NUM_WRITES $BLOCKSZ ITER 88 if [[ $FILE_COUNT -ne $COUNT ]]; then 94 populate_dir $TESTDIR/afterfirst_file $COUNT $NUM_WRITES $BLOCKSZ ITER 98 populate_dir $TESTDIR/aftersecond_file $COUNT $NUM_WRITES $BLOCKSZ ITER
|
H A D | clone_001_pos.ksh | 97 typeset -i COUNT=10 101 populate_dir $mtpt/before_file $COUNT $NUM_WRITES $BLOCKSZ ITER 119 if [[ $FILE_COUNT -ne $COUNT ]]; then 125 populate_dir ${args[i+3]}/after_file $COUNT $NUM_WRITES \ 129 if [[ $FILE_COUNT -ne $COUNT ]]; then
|
H A D | snapshot_008_pos.ksh | 57 while [[ $i -lt $COUNT ]]; do 76 typeset -i COUNT=10 81 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS 84 while [[ $i -lt $COUNT ]]; do
|
H A D | snapshot_003_pos.ksh | 58 while [ $i -lt $COUNT ]; do 83 typeset -i COUNT=10 86 populate_dir $TESTDIR/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPFS 93 while [[ $i -lt $COUNT ]]; do
|
H A D | snapshot_007_pos.ksh | 58 while [ $i -lt $COUNT ]; do 87 typeset -i COUNT=10 90 populate_dir $TESTDIR1/file $COUNT $NUM_WRITES $BLOCKSZ ITER $SNAPCTR 97 while [[ $i -lt $COUNT ]]; do
|
/freebsd/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 | 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
|
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
|
/freebsd/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/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/tests/sys/cddl/zfs/tests/xattr/ |
H A D | setup.ksh | 40 COUNT=0 44 ZFS_USER="${ZFS_USER}${COUNT}" 45 COUNT=$(( $COUNT + 1 ))
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_set/ |
H A D | zpool_set_002_neg.ksh | 105 COUNT=0 106 while [ $COUNT -le 1025 ] 109 COUNT=$(( $COUNT + 1 ))
|
/freebsd/tests/sys/cddl/zfs/tests/bootfs/ |
H A D | bootfs_004_neg.ksh | 83 COUNT=0 84 while [ $COUNT -le 1025 ] 87 COUNT=$(( $COUNT + 1 ))
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade_001_pos.ksh | 83 typeset -i COUNT OLDCOUNT 114 COUNT=$( $WC -l $output | $AWK '{print $1}' ) 122 if (( i != COUNT - OLDCOUNT )); then 141 COUNT=$( $WC -l $output | $AWK '{print $1}' ) 143 if (( COUNT != OLDCOUNT )); then
|
/freebsd/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/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_001_pos.ksh | 62 COUNT=$( $WC -l $TMPDIR/zpool-versions.${TESTCASE_ID} | $AWK '{print $1}' ) 63 COUNT=$(( $COUNT - 1 )) 64 $TAIL -${COUNT} $TMPDIR/zpool-versions.${TESTCASE_ID} > $TMPDIR/zpool-versions-desc.${TESTCASE_ID}
|
H A D | zpool_upgrade.kshlib | 54 COUNT=0 55 while [ "$COUNT" -lt 1024 ]; do 56 $DD if=/dev/urandom of=/$POOL_NAME/random.$COUNT \ 58 COUNT=$(( $COUNT + 1 ))
|