Searched refs:tries (Results 1 - 25 of 110) sorted by relevance

12345

/freebsd-current/contrib/mandoc/
H A Dcompat_mkdtemp.c32 unsigned int tries; local
38 for (tries = INT_MAX; tries; tries--) {
H A Dcompat_mkstemps.c33 int fd, tries; local
47 for (tries = INT_MAX; tries; tries--) {
/freebsd-current/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in19 my $tries = $opts->{tries}; # How many tries before we give up? (10 min+)
20 my $sleep = $opts->{sleep}; # Seconds to sleep between tries (6s = 10/min)
28 for my $i (1 .. $tries) {
46 sleep $sleep if $i < $tries;
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dmktemp.c74 unsigned int r, tries; local
86 tries = 1;
88 if (tries < INT_MAX / NUM_CHARS)
89 tries *= NUM_CHARS;
91 tries *= 2;
116 } while (--tries);
/freebsd-current/crypto/openssh/regress/
H A Dkextype.sh15 tries="1 2 3 4"
18 for i in $tries; do
H A Dcipher-speed.sh22 tries="1 2"
26 for x in $tries; do
H A Dintegrity.sh8 tries=10
31 for off in `jot $tries $startoffset`; do
H A Dkeytype.sh50 tries="1 2 3"
75 for i in $tries; do
/freebsd-current/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmount-zfs.sh.in23 # ask_for_password tries prompt cmd
28 tries="$1"
38 --prompt "$prompt" --number-of-tries="$tries" | \
43 while [ "$i" -le "$tries" ]; do
44 printf "%s [%i/%i]:" "$prompt" "$i" "$tries" >&2
/freebsd-current/contrib/sendmail/libsmutil/
H A Dt-maplock-0.sh46 tries=0
53 t) tries="${OPTARG}";;
92 while [ $tries -gt 0 ]
95 tries=`expr $tries - 1 `
/freebsd-current/lib/libc/gen/
H A Dgetmntinfo.c49 unsigned tries = 0; local
55 while (tries++ < MAX_TRIES && bufsize <= mntsize * sizeof(*mntbuf)) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_freeobjects.ksh44 tries=100
45 for ((i=0; i<$tries; i++)); do
55 if [[ $i -eq $tries ]]; then
H A Dsend_freeobjects.ksh55 tries=100
56 for ((i=0; i<$tries; i++)); do
69 if [[ $i -eq $tries ]]; then
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_clock.c69 int tries = 0; local
88 ++tries < MEASURE_CLOCK_RETRIES);
90 if (tries >= MEASURE_CLOCK_RETRIES) {
97 tries = 0;
113 ++tries < MEASURE_CLOCK_RETRIES);
115 if (tries >= MEASURE_CLOCK_RETRIES) {
/freebsd-current/contrib/netbsd-tests/usr.bin/gdb/
H A Dt_regress.sh42 run +time=1 +tries=1 @127.0.0.177
/freebsd-current/contrib/dma/
H A Dlocal.c135 int tries = 0; local
166 if (tries > 0 || create_mbox(it->addr) != 0) {
170 ++tries;
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.c913 rc[0].tries = sched->t0;
914 rc[1].tries = sched->t1;
917 rc[2].tries = rc[3].tries = 0;
919 rc[2].tries = sched->t2;
920 rc[3].tries = sched->t3;
953 * particular attempt. So, check if tries > tries0 and if so
965 int short_tries, int tries, int status,
987 if (tries > tries0) {
1001 * Ignore short tries coun
962 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int short_tries, int tries, int status, int nframes, int nbad) argument
1082 badrate(struct ath_softc *sc, int series, int hwrate, int tries, int status) argument
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_athrate.h93 uint8_t tries; member in struct:ath_rc_series
/freebsd-current/libexec/rc/rc.d/
H A Dgeli49 geli_tries=`${SYSCTL_N} kern.geom.eli.tries`
/freebsd-current/sbin/ipf/ipfsync/
H A Dipfsyncd.c88 int opt, tries; local
98 tries = 0;
191 tries = -1;
194 tries++;
195 syslog(LOG_INFO, "retry in %d seconds", 1 << tries);
196 debug(1, "wait %d seconds\n", 1 << tries);
197 sleep(1 << tries);
/freebsd-current/usr.sbin/ppp/
H A Ddatalink.c136 dl->dial.tries = dl->cfg.dial.max;
154 ((!dl->dial.tries || (dl->dial.tries < 0 && !dl->reconnect_tries)) &&
157 dl->dial.tries = -1;
169 if (dl->dial.tries < 0) {
171 dl->dial.tries = dl->cfg.dial.max;
216 dl->dial.tries = -1;
220 dl->dial.tries = 0;
234 dl->dial.tries = -1;
276 if (--dl->dial.tries <
1172 int timeout, inc, maxinc, tries; local
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dmake-exported.mk12 # which was surprising behavior. Since 2020-10-03 this line tries to
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_console.c522 int32_t bytes_read, total_read, tries; local
525 tries = 0;
556 tries++;
557 } while ((bytes_read > 0) && (tries < 16));
776 int32_t bytes_read, total_read, tries; local
783 tries = 0;
810 tries++;
811 } while ((bytes_read > 0) && (tries < 16));
/freebsd-current/crypto/openssh/.github/
H A Dsetup_ci.sh166 tries=3
167 while [ ! -z "$PACKAGES" ] && [ "$tries" -gt "0" ]; do
191 tries=$(($tries - 1))
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c158 int tries = 16;
163 for (; tries > 0; --tries) {
172 if (tries == 0)

Completed in 385 milliseconds

12345