/freebsd/tools/test/arc4random/ |
H A D | biastest.c | 15 * observations per bucket. If the number of tries is much larger 35 static long long tries = 5ULL << 32; variable 41 fprintf(stderr, "usage: %s [-n tries] [-t upper_bound]\n", argv0); in usage() 55 tries = atoll(optarg); in main() 80 collect_sample(sample, tries, threshold); in main() 81 analyze_sample(sample, tries, threshold); in main() 91 tries_done, tries, (tries_done * 100.0) / tries); in progress() 99 collect_sample(unsigned char *sample, long long tries, uint32_t threshold) in collect_sample() argument 107 for (i = 0; i < tries; i++) { in collect_sample() 127 analyze_sample(const unsigned char *sample, long long tries, uint32_t threshold) in analyze_sample() argument [all …]
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | invoke-ntp-wait.texi | 18 @kbd{num-tries} 22 @kbd{secs-between-tries} 40 * ntp-wait tries:: tries option (-n) 67 -n, --tries=num Number of times to check ntpd 68 -s, --sleep=num How long to sleep between tries 78 @node ntp-wait tries 79 @subsection tries option (-n) 80 @cindex ntp-wait-tries 90 This is the ``how long to sleep between tries'' optio [all...] |
H A D | ntp-wait.1ntp-waitmdoc | 24 .Ar num\-tries 28 .Ar secs\-between\-tries 42 .It Fl n Ar number , Fl \-tries Ns = Ns Ar number 53 .It Fl s Ar secs\-between\-tries , Fl \-sleep Ns = Ns Ar secs\-between\-tries 54 How long to sleep between tries. 57 .Ar secs\-between\-tries 62 We will sleep for \fIsecs\-between\-tries\fP after each query
|
H A D | ntp-wait.mdoc.in | 24 .Ar num\-tries 28 .Ar secs\-between\-tries 42 .It Fl n Ar number , Fl \-tries Ns = Ns Ar number 53 .It Fl s Ar secs\-between\-tries , Fl \-sleep Ns = Ns Ar secs\-between\-tries 54 How long to sleep between tries. 57 .Ar secs\-between\-tries 62 We will sleep for \fIsecs\-between\-tries\fP after each query
|
H A D | ntp-wait.1ntp-waitman | 39 \f\*[I-Font]num-tries\f[] 43 \f\*[I-Font]secs-between-tries\f[] 59 .NOP \f\*[B-Font]\-n\f[] \f\*[I-Font]number\f[], \f\*[B-Font]\-\-tries\f[]=\f\*[I-Font]number\f[] 71 .NOP \f\*[B-Font]\-s\f[] \f\*[I-Font]secs\-between\-tries\f[], \f\*[B-Font]\-\-sleep\f[]=\f\*[I-Font]secs\-between\-tries\f[] 72 How long to sleep between tries. 75 \f\*[I-Font]secs\-between\-tries\f[] 80 We will sleep for \fIsecs-between-tries\fP after each query
|
H A D | ntp-wait.man.in | 39 \f\*[I-Font]num-tries\f[] 43 \f\*[I-Font]secs-between-tries\f[] 59 .NOP \f\*[B-Font]\-n\f[] \f\*[I-Font]number\f[], \f\*[B-Font]\-\-tries\f[]=\f\*[I-Font]number\f[] 71 .NOP \f\*[B-Font]\-s\f[] \f\*[I-Font]secs\-between\-tries\f[], \f\*[B-Font]\-\-sleep\f[]=\f\*[I-Font]secs\-between\-tries\f[] 72 How long to sleep between tries. 75 \f\*[I-Font]secs\-between\-tries\f[] 80 We will sleep for \fIsecs-between-tries\fP after each query
|
H A D | ntp-wait.in | 19 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;
|
H A D | ntp-wait.html | 92 <kbd>num-tries</kbd> 96 <kbd>secs-between-tries</kbd> 115 <tr><td align="left" valign="top">• <a href="#ntp_002dwait-tries" accesskey="2">ntp-wait tries</a></td><td> </td><td align="left" valign="top">tries option (-n) 132 Next: <a href="#ntp_002dwait-tries" accesskey="n" rel="next">ntp-wait tries</a>, Up: <a href="#ntp_002dwait-Invocation" accesskey="u" rel="up">ntp-wait Invocation</a> </p> 151 -n, --tries=num Number of times to check ntpd 152 -s, --sleep=num How long to sleep between tries 162 <span id="ntp_002dwait-tries"></spa [all...] |
H A D | ntp-wait-opts.def | 15 name = tries; 30 arg-name = "secs-between-tries"; 32 descrip = "How long to sleep between tries"; 34 We will sleep for @file{secs-between-tries} after each query 58 .Ar num-tries 62 .Ar secs-between-tries
|
H A D | ntp-wait-opts | 32 'tries' => '100', 39 'tries|n=i', 'sleep|s=i', 'verbose|v', 46 -n, --tries=num Number of times to check ntpd 47 -s, --sleep=num How long to sleep between tries
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | tries.c | 35 ** tries.c 44 MODULE_ID("$Id: tries.c,v 1.32 2023/06/24 15:36:23 tom Exp $") 51 _nc_expand_try(TRIES * tree, unsigned code, int *count, size_t len) in NCURSES_EXPORT() 53 TRIES *ptr = tree; in NCURSES_EXPORT() 92 _nc_remove_key(TRIES ** tree, unsigned code) in _nc_remove_key() 108 TRIES *to_free = *tree; in _nc_remove_key() 124 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() 136 TRIES *to_free = *tree; in _nc_remove_string()
|
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/ |
H A D | mount-zfs.sh.in | 23 # 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/sys/dev/qat/qat_common/ |
H A D | adf_clock.c | 69 int tries = 0; in measure_clock() local 88 ++tries < MEASURE_CLOCK_RETRIES); in measure_clock() 90 if (tries >= MEASURE_CLOCK_RETRIES) { in measure_clock() 97 tries = 0; in measure_clock() 113 ++tries < MEASURE_CLOCK_RETRIES); in measure_clock() 115 if (tries >= MEASURE_CLOCK_RETRIES) { in measure_clock()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | mktemp.c | 74 unsigned int r, tries; in mktemp_internal() local 86 tries = 1; in mktemp_internal() 88 if (tries < INT_MAX / NUM_CHARS) in mktemp_internal() 89 tries *= NUM_CHARS; in mktemp_internal() 91 tries *= 2; in mktemp_internal() 116 } while (--tries); in mktemp_internal()
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | t-maplock-0.sh | 46 tries=0 53 t) tries="${OPTARG}";; 92 while [ $tries -gt 0 ] 95 tries=`expr $tries - 1 `
|
/freebsd/sys/dev/ath/ath_rate/sample/ |
H A D | sample.c | 919 rc[0].tries = sched->t0; in ath_rate_getxtxrates() 920 rc[1].tries = sched->t1; in ath_rate_getxtxrates() 923 rc[2].tries = rc[3].tries = 0; in ath_rate_getxtxrates() 925 rc[2].tries = sched->t2; in ath_rate_getxtxrates() 926 rc[3].tries = sched->t3; in ath_rate_getxtxrates() 959 * particular attempt. So, check if tries > tries0 and if so 971 int short_tries, int tries, int status, in update_stats() argument 993 if (tries > tries0) { in update_stats() 1007 * Ignore short tries count as contributing to failure. in update_stats() 1013 0 /* short_tries */, MIN(tries0, tries) - 1, is_ht40); in update_stats() [all …]
|
H A D | sample.h | 61 uint64_t tries; member 70 uint8_t t0, r0; /* series 0: tries, rate code */ 71 uint8_t t1, r1; /* series 1: tries, rate code */ 72 uint8_t t2, r2; /* series 2: tries, rate code */ 73 uint8_t t3, r3; /* series 3: tries, rate code */
|
/freebsd/contrib/mandoc/ |
H A D | compat_mkdtemp.c | 32 unsigned int tries; in mkdtemp() local 38 for (tries = INT_MAX; tries; tries--) { in mkdtemp()
|
H A D | compat_mkstemps.c | 33 int fd, tries; in mkstemps() local 47 for (tries = INT_MAX; tries; tries--) { in mkstemps()
|
/freebsd/contrib/ntp/html/ |
H A D | ntp-wait.html | 16 <p><tt>ntp-wait [ -v ] [ -n <i>tries</i> ] [ -s <i>seconds</i> ]</tt></p> 23 <dt><tt>-n <i>tries</i></tt> 24 <dd>Number of tries before giving up. The default is 1000. 26 <dd>Seconds to sleep between tries. The default is 6 seconds.
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | add_tries.c | 37 ** Add keycode/string to tries-tree. 50 _nc_add_to_try(TRIES ** tree, const char *str, unsigned code) in NCURSES_EXPORT() 52 TRIES *ptr, *savedptr; in NCURSES_EXPORT() 80 if ((ptr->sibling = typeCalloc(TRIES, 1)) == 0) { in NCURSES_EXPORT() 92 savedptr = ptr = (*tree) = typeCalloc(TRIES, 1); in NCURSES_EXPORT() 105 ptr->child = typeCalloc(TRIES, 1); in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | trace_tries.c | 34 * trace_tries.c - Tracing/Debugging buffers (keycode tries-trees) 46 recur_tries(TRIES * tree, unsigned level) in recur_tries() 70 _nc_trace_tries(TRIES * tree) in _nc_trace_tries() 73 _tracef("BEGIN tries %p", (void *) tree); in _nc_trace_tries() 75 _tracef(". . . tries %p", (void *) tree); in _nc_trace_tries()
|
/freebsd/usr.sbin/ppp/ |
H A D | datalink.c | 136 dl->dial.tries = dl->cfg.dial.max; in datalink_HangupDone() 154 ((!dl->dial.tries || (dl->dial.tries < 0 && !dl->reconnect_tries)) && in datalink_HangupDone() 157 dl->dial.tries = -1; in datalink_HangupDone() 169 if (dl->dial.tries < 0) { in datalink_HangupDone() 171 dl->dial.tries = dl->cfg.dial.max; in datalink_HangupDone() 216 dl->dial.tries = -1; in datalink_LoginDone() 220 dl->dial.tries = 0; in datalink_LoginDone() 234 dl->dial.tries = -1; in datalink_LoginDone() 276 if (--dl->dial.tries < 0) in datalink_UpdateSet() 277 dl->dial.tries = 0; in datalink_UpdateSet() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | suspend_on_probe_errors.ksh | 121 typeset -i tries=30 123 if ((tries-- == 0)); then 139 tries=30 141 if ((tries-- == 0)); then
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send_encrypted_freeobjects.ksh | 44 tries=100 45 for ((i=0; i<$tries; i++)); do 55 if [[ $i -eq $tries ]]; then
|